diff --git a/assets/Script/GameManager.ts b/assets/Script/GameManager.ts index 634b5ff..e3c057b 100644 --- a/assets/Script/GameManager.ts +++ b/assets/Script/GameManager.ts @@ -173,8 +173,8 @@ export default class GameManager extends cc.Component { onShow(options?: any) { if (options) { - MiniProgramBenefitsBridge.instance.capture(options, "show"); this.updateWucaiEntry(options); + MiniProgramBenefitsBridge.instance.capture(options, "show"); } cc.audioEngine.resumeAll(); cc.game.resume(); diff --git a/assets/Script/module/Pay/Utils.ts b/assets/Script/module/Pay/Utils.ts index 241799e..b812445 100644 --- a/assets/Script/module/Pay/Utils.ts +++ b/assets/Script/module/Pay/Utils.ts @@ -10,8 +10,8 @@ export default class Utils { static outTradeNo: string = ""; // static httpip: string = `https://laf.nika4games.com/`; //五彩消消乐 static httpip: string = `https://q6rvwvtnga.sealoshzh.site/`; //消消王者 - static testHttpip: string = `https://sor779u2w8.sealoshzh.site/`; //测试服务器 - // static testHttpip: string = `https://q6rvwvtnga.sealoshzh.site/`; //消消王者测试服暂替 + // static testHttpip: string = `https://sor779u2w8.sealoshzh.site/`; //测试服务器 + static testHttpip: string = `https://q6rvwvtnga.sealoshzh.site/`; //消消王者测试服暂替 //#region 安卓支付 /**获取用户信息*/ static getUserInfo(callBack, from?: string) {