Commit 6f0b0ab7 authored by 邱旭's avatar 邱旭

1

parent d23d5928
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
<e:Skin class="TaskCenterItem" width="674" height="149" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing"> <e:Skin class="TaskCenterItem" width="674" height="149" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
<w:Config id="16d5c2563cb"/> <w:Config id="16d5c2563cb"/>
<e:Image source="TaskCenter_taskBg_png" horizontalCenter="0" verticalCenter="0"/> <e:Image source="TaskCenter_taskBg_png" horizontalCenter="0" verticalCenter="0"/>
<e:Image id="taskImg" width="100" height="100" x="30" anchorOffsetX="0" anchorOffsetY="0" verticalCenter="0"/> <e:Image id="taskImg" width="90" height="90" x="28.25" anchorOffsetX="0" anchorOffsetY="0" verticalCenter="-2"/>
<e:Label id="title" text="Label" x="162" y="38" textColor="0x885037" size="32" fontFamily="FZY4JW"/> <e:Label id="title" text="Label" x="140" y="38" size="30" fontFamily="FZY4JW" textColor="0x944a09"/>
<e:Label id="remark" text="Label" x="162" y="87" size="24" fontFamily="FZY3JW" textColor="0xc3917b"/> <e:Label id="remark" text="Label" x="140" y="87" size="24" fontFamily="FZY3JW" textColor="0x944a09"/>
<e:Group id="btnGroup" x="472" y="47" width="180" height="67"> <e:Group id="btnGroup" x="441" width="217" height="91" verticalCenter="0">
<e:Image id="btnImg" x="0" y="0" source="TaskCenter_doneBtn_png"/> <e:Image id="btnImg" source="TaskCenter_doneBtn_png" horizontalCenter="0" verticalCenter="0"/>
<e:Label id="btnLabel" text="去完成" verticalAlign="middle" textAlign="center" horizontalCenter="0" verticalCenter="-3.5" strokeColor="0x7e7e7e" stroke="2" fontFamily="FZY3JW" size="24"/> <e:Label id="btnLabel" text="去完成" verticalAlign="middle" textAlign="center" horizontalCenter="0" verticalCenter="-3.5" strokeColor="0x7e7e7e" stroke="2" fontFamily="FZY3JW" size="30"/>
</e:Group> </e:Group>
</e:Skin> </e:Skin>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<e:Skin class="SignPrizeSkin" width="750" height="1206" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing"> <e:Skin class="SignPrizeSkin" width="750" height="1300" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing">
<w:Config id="16d5c2563cb"/> <w:Config id="16d5c2563cb"/>
<e:Component y="758.04" skinName="ADSmallSkin" x="84" visible="false"/> <e:Component y="758.04" skinName="ADSmallSkin" x="84" visible="false"/>
<e:Image y="0" horizontalCenter="0" source="TaskCenter_bg_png"/> <e:Image y="0" horizontalCenter="0" source="TaskCenter_bg_png"/>
<e:Button id="closeBtn" label="" x="670" y="68.15"> <e:Button id="closeBtn" label="" x="641" y="285.81">
<e:skinName> <e:skinName>
<e:Skin states="up,down,disabled"> <e:Skin states="up,down,disabled">
<e:Image width="100%" height="100%" source="closeCommonBtn_png" source.down="closeCommonBtn_png" source.disabled="closeCommonBtn_png"/> <e:Image width="100%" height="100%" source="closeCommonBtn_png" source.down="closeCommonBtn_png" source.disabled="closeCommonBtn_png"/>
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
</e:Skin> </e:Skin>
</e:skinName> </e:skinName>
</e:Button> </e:Button>
<e:Scroller width="674" height="522.34" y="170.81" horizontalCenter="0" anchorOffsetY="0"> <e:Scroller width="674" height="800" y="378.81" horizontalCenter="2" anchorOffsetY="0">
<e:Group anchorOffsetX="0" width="222.73" anchorOffsetY="0" height="525"> <e:Group anchorOffsetX="0" width="222.73" anchorOffsetY="0" height="800">
<e:List id="list" left="0" right="0" horizontalCenter="0" y="0"> <e:List id="list" left="0" right="0" horizontalCenter="0" y="0">
<e:layout> <e:layout>
<e:VerticalLayout gap="22"/> <e:VerticalLayout gap="22"/>
......
...@@ -16,7 +16,7 @@ export default class TaskCenter extends Panel { ...@@ -16,7 +16,7 @@ export default class TaskCenter extends Panel {
// canvasW: canvasW, // canvasW: canvasW,
// canvasH: canvasH // canvasH: canvasH
// }); // });
egret.Tween.get(this).set({y: canvasH}).to({y: canvasH - 710}, 300, egret.Ease.quadInOut); egret.Tween.get(this).set({y: canvasH}).to({y: canvasH - this.height}, 300, egret.Ease.quadInOut);
} }
start(data) { start(data) {
...@@ -44,7 +44,7 @@ export default class TaskCenter extends Panel { ...@@ -44,7 +44,7 @@ export default class TaskCenter extends Panel {
super.onTouchTap_closeBtn(); super.onTouchTap_closeBtn();
}); });
} }
get skinKey() { get skinKey() {
return 'TaskCenter' return 'TaskCenter'
} }
...@@ -139,7 +139,7 @@ class TaskCenterItem extends eui.ItemRenderer { ...@@ -139,7 +139,7 @@ class TaskCenterItem extends eui.ItemRenderer {
} }
} }
private getlogItem(){ private getlogItem() {
const Dpm = Buried.connectDpm(110, 63, this.data.subActivityId); // 点击埋点 const Dpm = Buried.connectDpm(110, 63, this.data.subActivityId); // 点击埋点
const Dcm = Buried.connectDcm(202, 0, 0); // 曝光埋点 const Dcm = Buried.connectDcm(202, 0, 0); // 曝光埋点
return Buried.createExposure(Dpm, Dcm); return Buried.createExposure(Dpm, Dcm);
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"subActivityName": "狮狮连萌下单", "subActivityName": "狮狮连萌下单",
"status": "1", "status": "1",
"taskStatus": "0", "taskStatus": "0",
"remark": "下单任务", "remark": "下单得1000元宝",
"taskTitle": "狮狮连萌下单任务", "taskTitle": "狮狮连萌下单任务",
"taskViceTitle": "狮狮连萌下单任务", "taskViceTitle": "狮狮连萌下单任务",
"icon": "//yun.dui88.com/images/201910/s0yhv1nlil.jpeg", "icon": "//yun.dui88.com/images/201910/s0yhv1nlil.jpeg",
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"subActivityName": "狮狮连萌逛店铺", "subActivityName": "狮狮连萌逛店铺",
"status": "1", "status": "1",
"taskStatus": "99", "taskStatus": "99",
"remark": "逛店铺", "remark": "逛店铺15秒得30元宝",
"taskTitle": "狮狮连萌逛店铺", "taskTitle": "狮狮连萌逛店铺",
"taskViceTitle": "200金币", "taskViceTitle": "200金币",
"icon": "//yun.dui88.com/images/201910/s0yhv1nlil.jpeg", "icon": "//yun.dui88.com/images/201910/s0yhv1nlil.jpeg",
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
"terminalType": "9", "terminalType": "9",
"taskName": "狮狮连萌逛店铺", "taskName": "狮狮连萌逛店铺",
"taskId": "RW448429803289649152", "taskId": "RW448429803289649152",
"count": "0", "count": "2",
"tips": "你好02" "tips": "你好02"
}, },
{ {
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
"subActivityName": "狮狮连萌逛会场", "subActivityName": "狮狮连萌逛会场",
"status": "1", "status": "1",
"taskStatus": "99", "taskStatus": "99",
"remark": "狮狮连萌浏览啦", "remark": "浏览店铺得9999元宝",
"taskTitle": "狮狮连萌逛会场任务", "taskTitle": "狮狮连萌逛会场任务",
"taskViceTitle": null, "taskViceTitle": null,
"icon": "//yun.dui88.com/images/201910/s0yhv1nlil.jpeg", "icon": "//yun.dui88.com/images/201910/s0yhv1nlil.jpeg",
......
{ {
"success": false, "success": true,
"code": "600064", "code": "600064",
"desc": "OK", "desc": "OK",
"timestamp": 1572958024679, "timestamp": 1572958024679,
......
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