Commit abace456 authored by 邱旭's avatar 邱旭

1

parent 06e4d8b1
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<e:Label text="啊哦,奖励擦肩而过…" y="0" fontFamily="FZY3JW" size="40" horizontalCenter="0" textColor="0xc17343"/> <e:Label text="啊哦,奖励擦肩而过…" y="0" fontFamily="FZY3JW" size="40" horizontalCenter="0" textColor="0xc17343"/>
</e:Group> </e:Group>
<e:Group id="suningGroup" horizontalCenter="-1" y="321" visible="false"> <e:Group id="suningGroup" horizontalCenter="-1" y="321" visible="false">
<e:Label id="suningLabel" text="继续完成任务,还可以获得更多奖励哦~" y="20" fontFamily="FZY3JW" size="28" horizontalCenter="0" x="10" textColor="0xc17343"/> <e:Label id="suningLabel" text="继续完成任务,还可以获得更多元宝哦~" y="20" fontFamily="FZY3JW" size="28" horizontalCenter="0" x="10" textColor="0xc17343"/>
<e:Label text="换个姿势,再来一次!" y="-40" fontFamily="FZY3JW" size="46" horizontalCenter="0" x="-30" scaleX="1" scaleY="1" textColor="0xc17343"/> <e:Label text="换个姿势,再来一次!" y="-40" fontFamily="FZY3JW" size="46" horizontalCenter="0" x="-30" scaleX="1" scaleY="1" textColor="0xc17343"/>
</e:Group> </e:Group>
<e:Group id="btn" y="722.5" horizontalCenter="0"> <e:Group id="btn" y="722.5" horizontalCenter="0">
......
...@@ -85,7 +85,7 @@ export default class TaskCenterPrize extends Panel { ...@@ -85,7 +85,7 @@ export default class TaskCenterPrize extends Panel {
default: default:
this.img.visible = true; this.img.visible = true;
this.img.source = img; this.img.source = img;
this.tipsLabel.text = '继续完成任务可以获得更多优惠哦~'; this.tipsLabel.text = '继续完成任务可以获得更多元宝哦~';
break; break;
} }
} }
......
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