|
|
@@ -9,7 +9,6 @@
|
|
|
// - [English] http://www.cocos2d-x.org/docs/creator/manual/en/scripting/life-cycle-callbacks.html
|
|
|
|
|
|
import GameConst from "../data/GameConst";
|
|
|
-import HttpMgr from "./HttpMgr";
|
|
|
|
|
|
const { ccclass, property } = cc._decorator;
|
|
|
|
|
|
@@ -57,7 +56,7 @@ export default class GameMgr extends cc.Component {
|
|
|
if (!GameConst.ifSendEvent) {
|
|
|
return;
|
|
|
}
|
|
|
- HttpMgr.Inst.sendEventCp(key, value);
|
|
|
+ // HttpMgr.Inst.sendEventCp(key, value);
|
|
|
}
|
|
|
}
|
|
|
|