|
@@ -19,6 +19,7 @@ import FortuneTigerTestLine from "./FortuneTigerTestLine";
|
|
|
var ProtocolLoginServer = require("ProtocolLoginServer");
|
|
|
var GameBase = require("GameBase");
|
|
|
var ScenceManager = require("HNScenceManager");
|
|
|
+var topTipMsg = require("topTipMsg")
|
|
|
const { ccclass, property, menu } = cc._decorator;
|
|
|
export enum G51_SUB_C {
|
|
|
NTIGER_STATE_REQ = 12301,
|
|
@@ -912,6 +913,10 @@ export default class FortuneTigerGameFrame extends GameBase{//extends AbstractG
|
|
|
// topTipMsg.showTopTipMsg(LanguageKey.t("pubWords.not_exit_game"));
|
|
|
// return;
|
|
|
// }
|
|
|
+ if (this.view.isGaming) {
|
|
|
+ topTipMsg.showTopTipMsg("gaming!!");
|
|
|
+ return
|
|
|
+ }
|
|
|
FortuneTigerSpineIconData.ins.destroy();
|
|
|
if(cc.vv.config.ReviewApk) {
|
|
|
cc.game.end();
|