Commit 5b30c59a authored by wildfirecode's avatar wildfirecode

1

parent 753107cb
<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="NoPrizeSkin" width="750" height="1000" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
<e:Image id="light" source="common_prizelight_png" x="374.19" y="329.51" anchorOffsetX="375.76" anchorOffsetY="327.27"/>
<e:Image y="-2.45" source="擦肩而过弹窗 _png" horizontalCenter="0"/>
<e:Image y="109.55" source="擦肩而过弹窗 _png" horizontalCenter="0.5"/>
<e:Button id="closeBtn" label="" x="617" y="323">
<e:skinName>
<e:Skin states="up,down,disabled">
......
......@@ -25,14 +25,11 @@ export default class MapScene extends Scene {
async start(data?) {
super.start();
NetManager.ins.hc_submit(() => { }, 1, 1, null, '');
NetManager.ins.getPlugOrderStatus(() => { }, 1, () => { return false })
setTimeout(() => {
PanelCtrl.instance.show(ModuleTypes.NO_PRIZE_PANEL, { level: 1 })
}, 2000);
// NetManager.ins.hc_submit(() => { }, 1, 1, null, '');
// NetManager.ins.getPlugOrderStatus(() => { }, 1, () => { return false })
// setTimeout(() => {
// PanelCtrl.instance.show('failed', { level: 1 })
// }, 2000);
this._data = data;
//滚动的背景变黑
......
......@@ -12,6 +12,6 @@
"errorMsg":null,
"success":true
},
"stars":3
"stars":1
}
}
\ No newline at end of file
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