Commit fb956859 authored by wildfirecode's avatar wildfirecode

1

parent 26d09179
...@@ -3834,7 +3834,7 @@ exports.ResJson = { ...@@ -3834,7 +3834,7 @@ exports.ResJson = {
} }
} }
], ],
"path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593328402/resource/" "path": "https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593328889/resource/"
}; };
...@@ -10567,6 +10567,9 @@ var StartScene = (function (_super) { ...@@ -10567,6 +10567,9 @@ var StartScene = (function (_super) {
switch (_a.label) { switch (_a.label) {
case 0: case 0:
_super.prototype.start.call(this); _super.prototype.start.call(this);
if (global_1.getBeforeStartTime()) {
ctrls_1.showToast('活动未开始');
}
this.inviteInfoPanl(); this.inviteInfoPanl();
this.checkRankPrize(); this.checkRankPrize();
this.getVipInfo("visit"); this.getVipInfo("visit");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment