Commit fc6c3052 authored by 邱旭's avatar 邱旭

1

parent e2b3f4bf
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</e:Group> </e:Group>
<e:Group id="btn" y="985" horizontalCenter="0" visible="false"> <e:Group id="btn" y="985" horizontalCenter="0" visible="false">
<e:Image source="redAlert_btn_png" y="0" x="0"/> <e:Image source="redAlert_btn_png" y="0" x="0"/>
<e:Label id="btnLabel" text="愉快收下" y="30" size="38" stroke="2" strokeColor="0x2f7df9" fontFamily="FZY3JW" x="103"/> <e:Label id="btnLabel" text="愉快收下" y="30" size="38" stroke="2" strokeColor="0x2f7df9" fontFamily="FZY3JW" x="103" bold="true"/>
</e:Group> </e:Group>
<e:Group id="numsgroup" x="410" y="350" scaleX="1.5" scaleY="1.5" visible="false"> <e:Group id="numsgroup" x="410" y="350" scaleX="1.5" scaleY="1.5" visible="false">
<e:Image id="numsbg" source="signprize_numsbg_png" x="0" y="0" scaleX="1" scaleY="1"/> <e:Image id="numsbg" source="signprize_numsbg_png" x="0" y="0" scaleX="1" scaleY="1"/>
......
...@@ -47,7 +47,7 @@ export default class RedBombAlertPanel extends Panel { ...@@ -47,7 +47,7 @@ export default class RedBombAlertPanel extends Panel {
playNoPrizeAni() { playNoPrizeAni() {
loadSvga(getResPath() + 'resource/assets/svgas/redbomb_noprize.svga').then(async (mv: any) => { loadSvga(getResPath() + 'resource/assets/svgas/redbomb_noprize.svga').then(async (mv: any) => {
mv.y = this.alertHeight; mv.y = this.alertHeight + 100;
//去掉文案 //去掉文案
egret.Tween.get(this['group']).to({alpha: 0}, 300); egret.Tween.get(this['group']).to({alpha: 0}, 300);
this.addChild(mv); this.addChild(mv);
......
...@@ -2,26 +2,10 @@ ...@@ -2,26 +2,10 @@
"success": true, "success": true,
"code": "0000000000", "code": "0000000000",
"desc": "OK", "desc": "OK",
"timestamp": 1579509888807, "timestamp": 1579512019430,
"data": { "data": {
"option": { "option": null,
"id": "224", "orderNum": null,
"day": null, "remainAwardTimes": 0
"categoryType": 3,
"title": "炸弹",
"rate": "50",
"minValue": null,
"maxValue": null,
"coinType": null,
"realValue": null,
"propType": 3,
"num": null,
"img": "",
"appItemId": null,
"name": "",
"value": ""
},
"orderNum": "1212918496974990940",
"remainAwardTimes": 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