Commit 17584d84 authored by wildfirecode's avatar wildfirecode

1

parent fb956859
...@@ -10539,6 +10539,9 @@ var StartScene = (function (_super) { ...@@ -10539,6 +10539,9 @@ var StartScene = (function (_super) {
}); }; }); };
_this.onNewbieBtnClick = function () { return __awaiter(_this, void 0, void 0, function () { _this.onNewbieBtnClick = function () { return __awaiter(_this, void 0, void 0, function () {
return __generator(this, function (_a) { return __generator(this, function (_a) {
if (global_1.getBeforeStartTime()) {
return [2, ctrls_1.showToast('活动未开始')];
}
console.log('跳转新人礼链接'); console.log('跳转新人礼链接');
sendLog_1.default(LogType_1.default.clickNewbieIcon); sendLog_1.default(LogType_1.default.clickNewbieIcon);
setTimeout(function () { setTimeout(function () {
......
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