[]微信小游戏 关系链数据上屏绘制问题
创建的3D微信小游戏 关系链数据上屏绘制是获取上屏(canvas.getContext('2d'))会报错,普通2D微信小游戏正常
VM291:1 gameThirdScriptError
Cannot set property '__proto__' of null
TypeError: Cannot set property '__proto__' of null
at HTMLCanvasElement.n.getContext (http://127.0.0.1:56214/game/__ ... :23503)
at http://127.0.0.1:56214/game/game.js:7:18
at require (http://127.0.0.1:56214/game/__ ... :13675)
at http://127.0.0.1:56214/game/gamePage.html:131:80
VM291:1 gameThirdScriptError
Cannot set property '__proto__' of null
TypeError: Cannot set property '__proto__' of null
at HTMLCanvasElement.n.getContext (http://127.0.0.1:56214/game/__ ... :23503)
at http://127.0.0.1:56214/game/game.js:7:18
at require (http://127.0.0.1:56214/game/__ ... :13675)
at http://127.0.0.1:56214/game/gamePage.html:131:80
没有找到相关结果
已邀请:
要回复问题请先登录
6 个回复
qian
赞同来自:
liuxshwin
赞同来自:
laya创建一个3D的微信小游戏,导出然后导入到微信开发者工具,配置好开放域数据,game.js的代码
require("weapp-adapter.js");
require("./code.js");
let ctx = canvas.getContext('2d'); 本行执行就会报错
qian
赞同来自:
微信小游戏下配置环境的在这里
186*****260
赞同来自:
微信和laya都是最新版
461行
var rankTexture = new Texture(window.sharedCanvas); 报错
用法参考的是
https://ask.layabox.com/question/12349
xiaosong的文档
liuxshwin
赞同来自:
运行附件程序已经上了,配置就是根据官方配置的~
laya创建的2D微信小游戏是没问题,创建的3D微信小游戏有问题~
cao364893771
赞同来自: