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