Commit 6ef90dfc authored by zhangjinzhou's avatar zhangjinzhou

代码暂存

parent ac49b1e2
......@@ -4,7 +4,7 @@
{
"title": "分享进",
"page": "pages/pageshou_ye/pageshou_ye",
"pageQuery": "openId=AAGK5ZBAMaFIi626fKFCdXP&shoestype=3",
"pageQuery": "inviteId=AAGK5ZCBAMaFIi626fMDCdXP&shoesType=4",
"update": true
}
]
......
......@@ -62,6 +62,9 @@ Component({
}
} else if (btntype == 2) {
tit = "哇~获得一张稀有碎片";
if(nearchashare&&nearchaprize.length>0&&nearchashare<=3){
subtit = "再召唤"+nearchashare+"位好友就能获得"+nearchaprize;
}
} else if (btntype == 3) {
tit = "你的好友邀请你一起集碎片\n赢特步全年12双新款鞋";
} else if (btntype == 4) {
......
......@@ -19,8 +19,8 @@
<!-- 未领取 -->
<block a:if="{{item.drawStatus===PRIZE_DRAW_STATUS_MAP.RECEIVE}}">
<!-- 实物填写地址 -->
<image a:if="{{item.type === PRIZE_TYPE_MAP.ENTITY}}" onTap="handleClick" data-item="{{item}}" src="{{task.image.getBth}}" />
<!--<image a:if="{{item.type === PRIZE_TYPE_MAP.ENTITY}}" onTap="handleClick" data-item="{{item}}" src="{{task.image.addressBth}}" />-->
<!-- <image a:if="{{item.type === PRIZE_TYPE_MAP.ENTITY}}" onTap="handleClick" data-item="{{item}}" src="{{task.image.getBth}}" /> -->
<image a:if="{{item.type === PRIZE_TYPE_MAP.ENTITY}}" onTap="handleClick" data-item="{{item}}" src="{{task.image.addressBth}}" />
<!-- 优惠券立即领取 -->
<image a:else onTap="handleClick" data-item="{{item}}" src="{{task.image.getBth}}" />
</block>
......
......@@ -183,9 +183,11 @@ Page({
// console.log("弹窗序列=======》", dianame, data);
this.setData(data);
setTimeout(() => {
this.changeBtnReady(true);
if (dianame == "zhuli") {
this.openSp();
} else if (dianame == "xinshou") {
this.openGift();
} else if (dianame == "jinxi") {
this.openInfo();
......@@ -205,7 +207,7 @@ Page({
checkOpenAttion() {
let needattion = this.data.needattion;
let dialogsData = this.data.dialogsData;
this.changeBtnReady(true);
if (dialogsData.length > 0 && needattion) {
this.setData({
needattion: false
......
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