Creator构建微信小游戏,运行时报错:Cannot read property 'canvasId' of undefined;

使用的Creator1.9.1版本,在浏览器调试的时候没有问题,可是在构建微信小游戏,运行时出错了,日志如下:
WAGame.js:3 gameThirdScriptError
Cannot read property ‘canvasId’ of undefined;at setTimeout callback function
TypeError: Cannot read property ‘canvasId’ of undefined
at WebGLRenderingContext.e.(anonymous function) [as texImage2D] (http://127.0.0.1:53995/game/dev/WAGame.js:8:21854)
at e.216.s.once.u._setImage (http://127.0.0.1:53995/game/cocos2d-js-min.2f986.js:1:739186)
at e.216.s.once.u.update (http://127.0.0.1:53995/game/cocos2d-js-min.2f986.js:1:738556)
at e.216.s.once.u.handleLoadedTexture (http://127.0.0.1:53995/game/cocos2d-js-min.2f986.js:1:740528)
at 128._ccsg.Label.WebGLRenderCmd.127.t._updateTexture (http://127.0.0.1:53995/game/cocos2d-js-min.2f986.js:1:500624)
at 128._ccsg.Label.WebGLRenderCmd.127.t._bakeLabel (http://127.0.0.1:53995/game/cocos2d-js-min.2f986.js:1:498616)
at e._updateLabel (http://127.0.0.1:53995/game/cocos2d-js-min.2f986.js:1:480121)
at e.getContentSize (http://127.0.0.1:53995/game/cocos2d-js-min.2f986.js:1:480522)
at e._setDimensions (http://127.0.0.1:53995/game/cocos2d-js-min.2f986.js:1:484422)
at e.setContentSize (http://127.0.0.1:53995/game/cocos2d-js-min.2f986.js:1:479319)

找了很久没有找到解决方法,不知道哪位大神可以帮助一下?非常感激。

为什么没有人回复啊?没有人遇到过吗?

upupup,求助啊,各位大牛

微信的基础库版本选的是不是 1.9.91 ?

是的,

大牛,这里有什么问题吗?感谢回复

微信用最新的调试基础库试试。

哦?我去试试,感谢大牛回复

就这个基础库版本有问题,其他的都没事,不用管它。兼容旧版本也不用测它。

哦,好的,非常感谢

请问解决了么