Commit 334469c5 authored by haiyoucuv's avatar haiyoucuv

1q

parent 72412a0d
......@@ -118,7 +118,7 @@
<workItem from="1595555429502" duration="13854000" />
<workItem from="1595815330125" duration="170000" />
<workItem from="1595815541868" duration="600000" />
<workItem from="1595820295687" duration="18709000" />
<workItem from="1595820295687" duration="18774000" />
</task>
<task id="LOCAL-00001" summary="111">
<created>1594122339119</created>
......@@ -379,7 +379,14 @@
<option name="project" value="LOCAL" />
<updated>1595921347633</updated>
</task>
<option name="localTasksCounter" value="38" />
<task id="LOCAL-00038" summary="1111">
<created>1595928130989</created>
<option name="number" value="00038" />
<option name="presentableId" value="LOCAL-00038" />
<option name="project" value="LOCAL" />
<updated>1595928130989</updated>
</task>
<option name="localTasksCounter" value="39" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......@@ -391,7 +398,8 @@
<MESSAGE value="effect" />
<MESSAGE value="Success Panel Effect!" />
<MESSAGE value="aaa" />
<option name="LAST_COMMIT_MESSAGE" value="aaa" />
<MESSAGE value="1111" />
<option name="LAST_COMMIT_MESSAGE" value="1111" />
</component>
<component name="WindowStateProjectService">
<state x="440" y="273" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1595229546530">
......@@ -406,10 +414,10 @@
<screen x="31" y="23" width="1889" height="1177" />
</state>
<state x="251" y="471" key="ANALYSIS_DLG_com.intellij.analysis.BaseAnalysisAction$1/31.23.1889.1177@31.23.1889.1177" timestamp="1594113080922" />
<state x="557" y="183" width="884" height="891" key="CommitChangelistDialog2" timestamp="1595921347433">
<state x="557" y="183" width="884" height="891" key="CommitChangelistDialog2" timestamp="1595928130768">
<screen x="30" y="23" width="1890" height="1177" />
</state>
<state x="557" y="183" key="CommitChangelistDialog2/30.23.1890.1177@30.23.1890.1177" timestamp="1595921347433" />
<state x="557" y="183" key="CommitChangelistDialog2/30.23.1890.1177@30.23.1890.1177" timestamp="1595928130768" />
<state x="558" y="183" width="884" height="891" key="CommitChangelistDialog2/31.23.1889.1177@31.23.1889.1177" timestamp="1595584297912" />
<state width="883" height="321" key="GridCell.Tab.0.bottom" timestamp="1595903189158">
<screen x="30" y="23" width="1890" height="1177" />
......@@ -447,10 +455,10 @@
<screen x="31" y="23" width="1889" height="1177" />
</state>
<state x="300" y="248" key="SettingsEditor/31.23.1889.1177@31.23.1889.1177" timestamp="1594798992724" />
<state x="91" y="351" key="Vcs.Push.Dialog.v2" timestamp="1595921348828">
<state x="91" y="351" key="Vcs.Push.Dialog.v2" timestamp="1595928132038">
<screen x="30" y="23" width="1890" height="1177" />
</state>
<state x="91" y="351" key="Vcs.Push.Dialog.v2/30.23.1890.1177@30.23.1890.1177" timestamp="1595921348828" />
<state x="91" y="351" key="Vcs.Push.Dialog.v2/30.23.1890.1177@30.23.1890.1177" timestamp="1595928132038" />
<state x="92" y="351" key="Vcs.Push.Dialog.v2/31.23.1889.1177@31.23.1889.1177" timestamp="1595584299423" />
<state x="87" y="216" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1594705166397">
<screen x="31" y="23" width="1889" height="1177" />
......
......@@ -57,8 +57,9 @@ export default class MapUI extends Container {
console.log('我的奖品');
sendTbNet(
TbNetName.navigateTo,
{ url: '/pages/myPrize/myPrize' },
() => { },
{url: '/pages/myPrize/myPrize'},
() => {
},
true
);
break;
......@@ -280,7 +281,7 @@ class PrizeBox extends Button {
this.tip.y += 10;
this.prizeImg.texture = Texture.fromUrl(Tools.baseInfo.levelPrize[`level_${lowerLevel}`]);
this.addEventListener(FYGE.MouseEvent.CLICK, () => {
changeScene(LotteryScene, { level: lowerLevel })
changeScene(LotteryScene, {level: lowerLevel})
}, this)
}
}
......
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