diff --git a/pages/integralmall/integcoupondetail/index.js b/pages/integralmall/integcoupondetail/index.js index 4919869..474f9e4 100644 --- a/pages/integralmall/integcoupondetail/index.js +++ b/pages/integralmall/integcoupondetail/index.js @@ -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() - } }, /** diff --git a/pages/integralmall/payIntegcoupondetail/index.json b/pages/integralmall/payIntegcoupondetail/index.json index 53b12bf..28668d9 100644 --- a/pages/integralmall/payIntegcoupondetail/index.json +++ b/pages/integralmall/payIntegcoupondetail/index.json @@ -1,6 +1,5 @@ { "navigationBarTitleText": "积分换礼", - "usingComponents": {}, "navigationBarBackgroundColor": "#F13C42", "enablePullDownRefresh": true } \ No newline at end of file