Commit 6ef90dfc authored by zhangjinzhou's avatar zhangjinzhou

代码暂存

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