From e2802389a79ecc264d1f06c948e9831f1570422d Mon Sep 17 00:00:00 2001 From: "COMPUTER\\EDY" <249929363@qq.com> Date: Fri, 18 Sep 2026 16:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E5=8D=81=E8=BF=9E=E8=83=9C=E5=B0=8F?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Script/GameManager.ts | 2 +- assets/Script/module/Pay/Utils.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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) {