cc.mm = {};
var GameNetMgr = require(“GameNetMgr”);
cc.vv.gameNetMgr = new GameNetMgr();
cc.vv.gameNetMgr.initHandlers();
这样绑定在cc节点下面的东西 build到微信小游戏的时候 找不到
cc.mm = {};
var GameNetMgr = require(“GameNetMgr”);
cc.vv.gameNetMgr = new GameNetMgr();
cc.vv.gameNetMgr.initHandlers();
这样绑定在cc节点下面的东西 build到微信小游戏的时候 找不到
上面打错了 是 cc.vv = {};