Commit ee03c4ea authored by wildfirecode's avatar wildfirecode

1

parent 9c23f353
......@@ -18,7 +18,7 @@ export default class PrizePanel extends Panel {
setGray(this['picc']);
this._level = parseInt(data.level + '');
const itemid = DataManager.ins.getData('getPlugOrderStatus').lottery.itemId;
this.data.img = `http://yun.duiba.com.cn/db_games/0902/${itemid}.png`;
this.data.img = `http://yun.duiba.com.cn/db_games/0903/${itemid}.png`;
this['shareBtn'].addEventListener(egret.TouchEvent.TOUCH_TAP, () => {
NetManager.ins.clickLog(getlogItem(15));
......
......@@ -33,6 +33,7 @@
<e:Image id="pic1" source="点亮 副本 2_png" x="222" y="249" anchorOffsetX="80" anchorOffsetY="58"/>
<e:Image id="pic3" source="点亮 副本 2_png" x="536" y="243" scaleX="-1" anchorOffsetX="72" anchorOffsetY="52"/>
<e:Image id="pic2" source="点亮_png" y="218" horizontalCenter="0" anchorOffsetX="96" anchorOffsetY="76"/>
<e:Label id="tips" text="X30" y="637" x="481.85" size="46" textColor="0xb7592a"/>
<e:Image source="prize2_icon_png" y="518.53" horizontalCenter="-26.5"/>
<e:Label id="tips" text="0元宝" y="575" x="349" size="34" textColor="0xb7592a" bold="true"/>
<e:Label text="可购买游戏道具和体力" y="622.24" x="348" size="24" textColor="0xB7592A"/>
<e:Image source="prize2_icon_png" y="553.36" horizontalCenter="-135.5" anchorOffsetX="0" width="175" anchorOffsetY="0" height="109.28" rotation="360"/>
</e:Skin>
\ No newline at end of file
......@@ -14,7 +14,7 @@ export default class BoxPanel extends Panel {
// this.data.img = DataManager.ins.getData('getPlugOrderStatus').lottery.imgurl;
const itemid = DataManager.ins.getData('getPlugOrderStatus').lottery.itemId;
this.data.img = `http://yun.duiba.com.cn/db_games/0902/${itemid}.png`;
this.data.img = `http://yun.duiba.com.cn/db_games/0903/${itemid}.png`;
}
showlog() {
NetManager.ins.showLog(getlogItem(17));
......
......@@ -22,7 +22,7 @@ export default class Prize2Panel extends Panel {
this._level = parseInt(data.level + '');
const submitdata = DataManager.ins.getData('hc_submit').data;
this['tips'].text = `X${submitdata.prizeResponse.changeMoney}`;
this['tips'].text = `${submitdata.prizeResponse.changeMoney}元宝`;
this['shareBtn'].addEventListener(egret.TouchEvent.TOUCH_TAP, () => {
NetManager.ins.clickLog(getlogItem(15));
if (iswx()) {
......
......@@ -7,7 +7,7 @@
"prizeType":1,
"prizeResponse":{
"errorCode":null,
"changeMoney":90,
"changeMoney":190,
"balanceAmount":30,
"errorMsg":null,
"success":true
......
......@@ -7,7 +7,7 @@
"imgurl": "//yun.duiba.com.cn/developer/img/activityTool/slotMachine/virtual.png",
"isAppHidden": true,
"isDownloadUrl": true,
"itemId": 59236,
"itemId": 59521,
"link": "//activity.m.duibadev.com.cn/activity/takePrizeNew?recordId=30035037&dbnewopen",
"linkTo": 0,
"title": "宝箱1",
......
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