Commit f418b0f8 authored by wildfirecode13's avatar wildfirecode13

u

parent 852fa71d
...@@ -90,9 +90,11 @@ export class CostPanel extends Panel { ...@@ -90,9 +90,11 @@ export class CostPanel extends Panel {
btn.mouseEnable=true; btn.mouseEnable=true;
} }
waitAPI(3000).then(()=>{
sendWebNet(WebNetName.index).then(res => { sendWebNet(WebNetName.index).then(res => {
layers.stage.dispatchEvent('updateIndexData') layers.stage.dispatchEvent('updateIndexData')
}) })
})
if (prizeData && prizeData.success) { if (prizeData && prizeData.success) {
if (prizeData.data && prizeData.data.options) { if (prizeData.data && prizeData.data.options) {
......
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