Quantcast
Channel: Cocos中文社区 - 最新帖子
Viewing all articles
Browse latest Browse all 496225

Uncaught ReferenceError: cc is not defined

$
0
0

(function () {

   if (cc.sys.isNative) { 
    var hotUpdateSearchPaths = cc.sys.localStorage.getItem('HotUpdateSearchPaths'); 
    if (hotUpdateSearchPaths) { 
        jsb.fileUtils.setSearchPaths(JSON.parse(hotUpdateSearchPaths)); 
    }
}

在 webdesktop中添加了这句话就报这样的错误?

Uncaught ReferenceError: cc is not defined
at file:///C:/Users/ZHKJ_FU/Desktop/tutorial-hot-update-master/build/web-desktop/main.js:3:12
at file:///C:/Users/ZHKJ_FU/Desktop/tutorial-hot-update-master/build/web-desktop/main.js:138:3

求高手指点


Viewing all articles
Browse latest Browse all 496225

Trending Articles