Commit acba74d7 authored by haiyoucuv's avatar haiyoucuv

按钮放反了

parent 4eb4b12b
This diff is collapsed.
{
"code": "000000",
"data": {
"currentLevel": 4,
"currentLevel": 120,
"isFirstLogin": false,
"records": [{
"score": 0,
......
......@@ -21153,7 +21153,7 @@ var taskItemData = (_a = {},
_a[TaskType.orderGoods] = {
key: TaskType.orderGoods,
title: '完成下单(${done}/${total})',
desc: '成下单即可获得${rewards}体力'
desc: '成下单即可获得${rewards}体力'
},
_a[TaskType.browseGoods] = {
key: TaskType.browseGoods,
......@@ -21438,6 +21438,7 @@ var LoadingScene = (function (_super) {
return [4, Tools_1.Tools.getAppData()];
case 1:
_a.sent();
console.log(Tools_1.Tools.globalData);
this.dispatchEvent(FYGE.Event.PROGRESS, 0.3);
return [4, Tools_1.Tools.getBaseInfo()];
case 2:
This diff is collapsed.
......@@ -71,7 +71,7 @@ const taskItemData = {
[TaskType.orderGoods]: {
key: TaskType.orderGoods,
title: '完成下单(${done}/${total})',
desc: '成下单即可获得${rewards}体力'
desc: '成下单即可获得${rewards}体力'
},
[TaskType.browseGoods]: {
key: TaskType.browseGoods,
......
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