|
@@ -13,6 +13,7 @@ import HttpUtils from "../../../SubGamePublic/PG_Public/src/net/HttpUtils";
|
|
|
// import { SocketUtils } from "../../../SubGamePublic/PG_Public/src/net/SocketUtils";
|
|
|
import { $CMD_FortuneTiger } from "./FortuneTigerConst";
|
|
|
import FortuneTigerGameFrameView from "./FortuneTigerGameFrameView";
|
|
|
+import FortuneTigerSpineIconData from "./FortuneTigerSpineIconData";
|
|
|
import FortuneTigerTestLine from "./FortuneTigerTestLine";
|
|
|
|
|
|
var ProtocolLoginServer = require("ProtocolLoginServer");
|
|
@@ -911,6 +912,7 @@ export default class FortuneTigerGameFrame extends GameBase{//extends AbstractG
|
|
|
// topTipMsg.showTopTipMsg(LanguageKey.t("pubWords.not_exit_game"));
|
|
|
// return;
|
|
|
// }
|
|
|
+ FortuneTigerSpineIconData.ins.destroy();
|
|
|
if(cc.vv.config.ReviewApk) {
|
|
|
cc.game.end();
|
|
|
return;
|