更新abTest B方案第十五关不返回 首页,线上版本已经更新,涉及 Map.ts和版本 GameConfig.ts

This commit is contained in:
COMPUTER\EDY 2026-09-15 10:44:19 +08:00
parent fe1ca780b5
commit 2b62fda4b0
2 changed files with 1 additions and 6 deletions

View File

@ -4727,11 +4727,6 @@ export default class MapConroler extends cc.Component {
cc.fx.AudioManager._instance.playEffect("anniu_Big", null);
// console.log("下一关", cc.fx.GameConfig.GM_INFO.level);
this.uploadToCloud(cc.fx.GameConfig.GM_INFO.level + 1);
if (cc.fx.GameConfig.isNewPlayerB() && cc.fx.GameConfig.GM_INFO.level === 15
&& !cc.fx.GameConfig.GM_INFO.otherLevel) {
this.returnHome(null, null);
return;
}
if (cc.fx.GameTool.maxLevel()) {
// 正常游戏到最后一关时 先弹出提示 无尽关暂时都是从外面进入
// if (cc.fx.GameConfig.GM_INFO.randomLevel == 0) {

View File

@ -718,7 +718,7 @@ export class GameConfig {
vibrateOpen: true, //震动
coinnum: 0, //每局的金币数
paid_user: false, //是否是付费用户
version: "1.0.57", //版本号
version: "1.0.58", //版本号
shushu_DistinctId: "", //数数访客ID
shushu_AccountId: "", //数数账号ID
uid: "", //用户和后端唯一id