Commit 4aae7c57 authored by wildfirecode's avatar wildfirecode

1

parent 4e922d33
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</e:Skin> </e:Skin>
</e:skinName> </e:skinName>
</e:Button> </e:Button>
<e:Label text="{data.msg}" y="345.6" anchorOffsetX="0" width="425.52" anchorOffsetY="0" textAlign="center" horizontalCenter="8" lineSpacing="15" size="33"/> <e:Label text="{data.msg}" y="345.6" anchorOffsetX="0" width="425.52" anchorOffsetY="0" textAlign="center" horizontalCenter="8" lineSpacing="15" size="29"/>
<e:Button id="recordBtn" label="" y="264" scaleX="1" scaleY="1" right="153" visible="false"> <e:Button id="recordBtn" label="" y="264" scaleX="1" scaleY="1" right="153" visible="false">
<e:skinName> <e:skinName>
<e:Skin states="up,down,disabled"> <e:Skin states="up,down,disabled">
......
...@@ -13,7 +13,7 @@ export default class StartUIPanel extends Panel { ...@@ -13,7 +13,7 @@ export default class StartUIPanel extends Panel {
recordBtn; recordBtn;
start() { start() {
const ele = DataManager.ins.reconAjaxElementData.element; const ele = DataManager.ins.reconAjaxElementData.element;
const msg = `消耗${ele.needCredits}${window['CFG'].unitName}\n赢取金币大礼包`; const msg = `小豆乐园上新啦! \n玩游戏抽好礼,快来试试吧!\n每次将扣除${ele.needCredits}${window['CFG'].unitName}`;
this.data.msg = msg; this.data.msg = msg;
//今日游戏机会:3次 //今日游戏机会:3次
// this.data.msg = `消耗${ele.needCredits}${CFG.unitName}\n赢取金币大礼包`; // this.data.msg = `消耗${ele.needCredits}${CFG.unitName}\n赢取金币大礼包`;
......
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