Commit fdddf17f authored by zjz1994's avatar zjz1994

调整显示

parent 7ca6a389
......@@ -5,7 +5,7 @@
<e:Image id="combglight1" source="combglight_png" y="417.32" anchorOffsetX="375" anchorOffsetY="418" horizontalCenter="0"/>
<e:Image source="backbg_png" scale9Grid="93,550,564,42" y="-107" horizontalCenter="0"/>
<e:Image id="bg" source="commom_prop_bg_png" y="456.76" horizontalCenter="0"/>
<e:Image id="img" source="{data.url}" y="452.76" width="494" height="226" horizontalCenter="0"/>
<e:Image id="img" source="{data.url}" y="452.76" width="494" height="226" 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="money" y="543" horizontalCenter="-33.5" scaleX="0.8" scaleY="0.8" source="common_yuanbao_png" visible="false"/>
<e:Image id="propImg" source="{data.url}" y="507.76" x="283" visible="false"/>
......
......@@ -7,7 +7,7 @@
<e:Image id="img" width="518" height="230" source="{data.url}" y="516.3" horizontalCenter="0"/>
<e:Image id="prop" scaleX="1" scaleY="1" horizontalCenter="-63.5" source="taskPrize_money_png" verticalCenter="15.5"/>
<e:Image source="hbp_bg_png" y="517.96" horizontalCenter="0"/>
<e:Group id="numsgroup" x="384.4" anchorOffsetX="0" width="188" anchorOffsetY="0" height="62" verticalCenter="16">
<e:Group id="numsgroup" x="384.4" anchorOffsetX="0" width="188" anchorOffsetY="0" height="62" verticalCenter="16" visible="false">
<e:Label id="nums" text="×8" size="48" verticalCenter="0" verticalAlign="middle" textAlign="center" fontFamily="FZY3JW" textColor="0xC17343" left="0" bold="true"/>
</e:Group>
<e:Image id="money" source="signprize元宝_png" y="491.4" scaleX="0.8" scaleY="0.8" horizontalCenter="-3" visible="false"/>
......
......@@ -13,8 +13,8 @@
<e:Image id="money" source="signprize元宝_png" y="400.2" horizontalCenter="0" scaleX="0.8" scaleY="0.8" visible="false"/>
<e:Image id="blood" source="singprize体力_png" y="362.8" horizontalCenter="0" visible="false"/>
<e:Image id="img" width="508" height="225" source="{data.url}" horizontalCenter="0" y="411.76" visible="false"/>
<e:Image id="prop" scaleX="1.1" scaleY="1.1" verticalCenter="-80" x="260" source="common_blood_png"/>
<e:Group id="numsgroup" x="410" anchorOffsetX="0" width="188" anchorOffsetY="0" height="62" verticalCenter="-80">
<e:Image id="prop" scaleX="1.1" scaleY="1.1" verticalCenter="-80" x="260" source="common_blood_png" visible="false"/>
<e:Group id="numsgroup" x="410" anchorOffsetX="0" width="188" anchorOffsetY="0" height="62" verticalCenter="-80" visible="false">
<e:Label id="propnums" text="×8" size="48" verticalCenter="0" verticalAlign="middle" textAlign="left" fontFamily="FZY3JW" textColor="0xC17343" left="0" bold="true"/>
</e:Group>
<e:Group id="numsgroup111" x="407.38" y="390.4" scaleX="1.5" scaleY="1.5" visible="false">
......
......@@ -33,6 +33,7 @@ export default class BackPanel extends Panel {
const { categoryType, img, num, propType,realValue } = option;// 2次数 3道具 4元宝 5实物 6优惠券 7虚拟商品
this['propnums'].visible = false;
this['img'].visible = false;
this['propnums'].text = 'x1';
if(num)
this['propnums'].text = 'x' + num;
......
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