|
|
@@ -57,8 +57,7 @@ Page({ |
|
|
|
gotoBuy(e) { |
|
|
|
console.log(22222) |
|
|
|
this.setData({ |
|
|
|
canBuyIf: false, |
|
|
|
formId: e.detail.formId |
|
|
|
canBuyIf: false |
|
|
|
}) |
|
|
|
wx.navigateTo({ |
|
|
|
url: '/pages/integralmall/payIntegcoupondetail/index?couponChannelId=' + this.data.couponChannelId + '&couponId=' + this.data.couponId, |
|
|
@@ -123,9 +122,6 @@ Page({ |
|
|
|
canBuyIf: true, |
|
|
|
showTime: true |
|
|
|
}) |
|
|
|
if (this.data.spellData != null) { |
|
|
|
this.countdown() |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
/** |
|
|
|