From 3ee523bbf9b3a538569808f1888d8825dca4baf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Wed, 17 Apr 2019 15:18:17 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=AF=E5=88=86=E5=85=91=E6=8D=A2][bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/integralmall/integcoupondetail/index.js | 6 +----- pages/integralmall/payIntegcoupondetail/index.json | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) 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