Commit bd37f437 authored by wjf's avatar wjf

Merge branch 'dev' of gitlab2.dui88.com:wanghongyuan/xiaoxiaole into dev

parents 49695d25 b669348b
This diff is collapsed.
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
"name": "signprize" "name": "signprize"
}, },
{ {
"keys": "toast_png,share_btn2_png,share_btn1_png,prizePanelbg_png,nums2_png,nums2_fnt,nums_png,nums_fnt,lightani_png,common_yuanbao_png,common_prizelight_png,common_adbg_png,commmon_okbtn1_png,closeCommonBtn_png,btn_png,alertbg_png,朋友圈中间分享蒙层1_jpg,按钮 副本 4_png,按钮 副本 3_png,exchangebtn_png,turnnoprize再来一次2_png", "keys": "toast_png,share_btn2_png,share_btn1_png,prizePanelbg_png,nums2_png,nums2_fnt,nums_png,nums_fnt,lightani_png,common_yuanbao_png,common_prizelight_png,common_adbg_png,commmon_okbtn1_png,closeCommonBtn_png,btn_png,alertbg_png,朋友圈中间分享蒙层1_jpg,按钮 副本 4_png,按钮 副本 3_png,exchangebtn_png,turnnoprize再来一次2_png,FZY4JW_TTF,FZY3JW_1_TTF",
"name": "common" "name": "common"
}, },
{ {
...@@ -2849,9 +2849,9 @@ ...@@ -2849,9 +2849,9 @@
"name": "eyeDownRight_png" "name": "eyeDownRight_png"
}, },
{ {
"url": "assets/common/HuaKang_YuanTi_W5.TTF", "url": "assets/common/FZY3JW_1.TTF",
"type": "bin", "type": "bin",
"name": "HuaKang_YuanTi_W5_TTF" "name": "FZY3JW_1_TTF"
}, },
{ {
"url": "assets/mainScene/hairballDisBg.png", "url": "assets/mainScene/hairballDisBg.png",
...@@ -2912,6 +2912,11 @@ ...@@ -2912,6 +2912,11 @@
"url": "assets/mainScene/hairballPiece11.png", "url": "assets/mainScene/hairballPiece11.png",
"type": "image", "type": "image",
"name": "hairballPiece11_png" "name": "hairballPiece11_png"
},
{
"url": "assets/common/FZY4JW.TTF",
"type": "bin",
"name": "FZY4JW_TTF"
} }
] ]
} }
\ No newline at end of file
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</e:Skin> </e:Skin>
</e:skinName> </e:skinName>
</e:Button> </e:Button>
<e:Label id="cutTimeLabel" text="将在23:43:21后失效" y="895.33" size="28" textColor="0xffffff" horizontalCenter="0.5" fontFamily="z2"/> <e:Label id="cutTimeLabel" text="将在23:43:21后失效" y="895.33" size="28" textColor="0xffffff" horizontalCenter="0.5" fontFamily="z2" bold="true"/>
<e:Label text="帮刮\n记录" y="805" size="28" textColor="0xFFFFFF" horizontalCenter="-248"/> <e:Label text="帮刮\n记录" y="805" size="28" textColor="0xFFFFFF" horizontalCenter="-248"/>
<e:Scroller width="487" height="90" y="783" anchorOffsetX="0" anchorOffsetY="0" horizontalCenter="32.5"> <e:Scroller width="487" height="90" y="783" anchorOffsetX="0" anchorOffsetY="0" horizontalCenter="32.5">
<e:Group anchorOffsetX="0" y="2"> <e:Group anchorOffsetX="0" y="2">
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<e:Skin class="StartSkin" width="750" height="1624" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing"> <e:Skin class="StartSkin" width="750" height="1624" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
<w:Config id="16705cb4eec"/> <w:Config id="16705cb4eec"/>
<e:Label id="FZYTW3" text="1" y="1048" textColor="0x244B00" fontFamily="FZYTW3" horizontalCenter="0"/>
<e:Label id="FZYTW4" text="1" y="1048" textColor="0x244B00" fontFamily="FZYTW4" horizontalCenter="0"/>
<e:Component id="container1" width="20" height="20" x="0" y="0"/> <e:Component id="container1" width="20" height="20" x="0" y="0"/>
<e:Component id="container2" width="20" height="20" x="0" y="0"/> <e:Component id="container2" width="20" height="20" x="0" y="0"/>
<e:Group x="140" y="1023.94"> <e:Group x="140" y="1023.94">
......
...@@ -93,7 +93,7 @@ export default class ScratchPanel extends Panel { ...@@ -93,7 +93,7 @@ export default class ScratchPanel extends Panel {
// 添加邀请图标 // 添加邀请图标
let noAvatarNum = this.data.helpedCount - this.data.avatarList.length; // 没有头像的人数 let noAvatarNum = this.data.helpedCount - this.data.avatarList.length; // 没有头像的人数
let dNum = this.data.totalNeedCount - this.data.avatarList.length - noAvatarNum; // 没邀请的人数 let dNum = this.data.totalNeedCount - this.data.avatarList.length - noAvatarNum; // 没邀请的人数
for(let i = 0; i < noAvatarNum; i++){ for(let i = 0; i < noAvatarNum; i++) {
this.data.avatarList.push(""); this.data.avatarList.push("");
} }
for(let i = 0; i < dNum; i++) { for(let i = 0; i < dNum; i++) {
...@@ -119,7 +119,7 @@ export default class ScratchPanel extends Panel { ...@@ -119,7 +119,7 @@ export default class ScratchPanel extends Panel {
this.setProgress(+this.data.completePercent); this.setProgress(+this.data.completePercent);
// 倒计时 // 倒计时
this.cutTimer = new CutTimer(this["cutTimeLabel"], "将在hh:mm:ss后消失", () => { this.cutTimer = new CutTimer(this["cutTimeLabel"], "将在hh:mm:ss后失效", () => {
this.hidePanel(); this.hidePanel();
GDispatcher.dispatchEvent("updateScratchTips"); GDispatcher.dispatchEvent("updateScratchTips");
} }
...@@ -141,7 +141,7 @@ export default class ScratchPanel extends Panel { ...@@ -141,7 +141,7 @@ export default class ScratchPanel extends Panel {
} else if(progress < 0) { } else if(progress < 0) {
progress = 0; progress = 0;
} }
this['numLabel'].text = `共${this.data.avatarList.length}位好友帮你刮了${progress.toFixed(2)}%`; this['numLabel'].text = `共${2 + this.data.helpedCount}位好友帮你刮了${progress.toFixed(2)}%`;
this["progressLabel"].text = `仅剩${(100 - progress).toFixed(2)}%`; // 进度条文字 this["progressLabel"].text = `仅剩${(100 - progress).toFixed(2)}%`; // 进度条文字
let _width = this["progressBg"].width * progress / 100; // 宽度 let _width = this["progressBg"].width * progress / 100; // 宽度
let dProgress = Math.abs(progress - this["progress"].width / this["progressBg"].width); // 比当前进度的差值的绝对值 let dProgress = Math.abs(progress - this["progress"].width / this["progressBg"].width); // 比当前进度的差值的绝对值
......
...@@ -2,19 +2,17 @@ ...@@ -2,19 +2,17 @@
"success": true, "success": true,
"code": "0000000000", "code": "0000000000",
"desc": "OK", "desc": "OK",
"timestamp": 1572318933388, "timestamp": 1572405066301,
"data": { "data": {
"scratchCardTaskId": 1, "scratchCardTaskId": 1,
"taskStatus": 1, "taskStatus": 1,
"prizeImage": "//yun.dui88.com/images/201910/e6pmpk2pne.png", "prizeImage": "//yun.dui88.com/images/201910/9u6nk8sjt8.jpg",
"currentTime": 1572318933366, "currentTime": 1572405066290,
"endTime": 1572358710000, "endTime": 1572491337000,
"completePercent": "91.0", "completePercent": "91.0",
"remainPercent": "9.0", "remainPercent": "9.0",
"totalNeedCount": 3, "totalNeedCount": 1,
"helpedCount": 2, "helpedCount": 0,
"avatarList": [ "avatarList": []
null
]
} }
} }
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"desc": "OK", "desc": "OK",
"timestamp": 1572263074076, "timestamp": 1572263074076,
"data": { "data": {
"remainTimes": null, "remainTimes": 7,
"costCoinJoinTimes": 0, "costCoinJoinTimes": 0,
"nextTimeNeedCoin": 20, "nextTimeNeedCoin": 20,
"luckyDrawInfo": { "luckyDrawInfo": {
......
...@@ -4,12 +4,22 @@ ...@@ -4,12 +4,22 @@
"desc": "OK", "desc": "OK",
"timestamp": 1572327888728, "timestamp": 1572327888728,
"data": { "data": {
"isScratchCard": true, "isScratchCard": false,
"option": { "option": {
"scratchCardTaskId": 7, "id": "",
"prizeImage": "//yun.dui88.com/images/201910/e6pmpk2pne.png", "day": null,
"completePercent": "8", "categoryType": 2,
"remainPercent": null "title": "11",
"rate": "11",
"minValue": null,
"maxValue": null,
"coinType": null,
"propType": null,
"num": 3,
"img": "",
"appItemId": null,
"name": "",
"value": ""
}, },
"orderNum": null "orderNum": null
} }
......
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