Commit ea878940 authored by wildfirecode's avatar wildfirecode

1

parent a65192af
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<e:Image source="commom_prop_bg_png" y="456.76" horizontalCenter="0"/> <e:Image source="commom_prop_bg_png" y="456.76" horizontalCenter="0"/>
<e:Image id="img" source="{data.url}" y="503.76" x="321" visible="false"/> <e:Image id="img" source="{data.url}" y="503.76" x="321" visible="false"/>
<e:Image id="money" source="signprize元宝_png" y="368.2" horizontalCenter="0" scaleX="0.8" scaleY="0.8" visible="false"/> <e:Image id="money" source="signprize元宝_png" y="368.2" horizontalCenter="0" scaleX="0.8" scaleY="0.8" visible="false"/>
<e:Image id="blood" source="singprize体力_png" y="330.8" horizontalCenter="0" visible="false"/> <e:Image id="blood" y="522.8" horizontalCenter="-33.5" source="common_blood_png" locked="true" visible="false"/>
<e:Image id="propImg" source="{data.url}" y="507.76" x="283"/> <e:Image id="propImg" source="{data.url}" y="507.76" x="283" visible="false"/>
<e:Label id="propnums" text="X8" size="50" horizontalCenter="58" verticalCenter="-41" verticalAlign="middle" textAlign="center" textColor="0xc17343" fontFamily="FZY3JW" x="510.38" y="534.4" bold="true"/> <e:Label id="propnums" text="X8" size="50" horizontalCenter="58" verticalCenter="-29" verticalAlign="middle" textAlign="center" textColor="0xc17343" fontFamily="FZY3JW" x="510.38" y="534.4" bold="true" visible="false"/>
<e:Button id="closeBtn" label="" x="605" y="305"> <e:Button id="closeBtn" label="" x="605" y="305">
<e:skinName> <e:skinName>
<e:Skin states="up,down,disabled" xmlns:w="http://ns.egret.com/wing"> <e:Skin states="up,down,disabled" xmlns:w="http://ns.egret.com/wing">
......
...@@ -42,8 +42,8 @@ export default class BackPanel extends Panel { ...@@ -42,8 +42,8 @@ export default class BackPanel extends Panel {
this['propnums'].visible = true; this['propnums'].visible = true;
break; break;
case 3: case 3:
this['propImg'].visible=true;
this['propnums'].visible = true; this['propnums'].visible = true;
this['img'].visible = true;
this.data.url = `turnprize_icon${propType}_png`; this.data.url = `turnprize_icon${propType}_png`;
break; break;
case 4: case 4:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"code":"0000000000", "code":"0000000000",
"data":{ "data":{
"appItemId":2322, "appItemId":2322,
"categoryType":2, "categoryType":3,
"coinType":1, "coinType":1,
"img":"1", "img":"1",
"maxValue":2, "maxValue":2,
......
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