为十连胜小更新

This commit is contained in:
COMPUTER\EDY 2026-09-18 16:43:22 +08:00
parent 9fcdc523a5
commit e2802389a7
2 changed files with 3 additions and 3 deletions

View File

@ -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();

View File

@ -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) {