From 1fb4c05280767568091c0d8212cd8ce45984f474 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Tue, 28 May 2019 19:31:47 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=A6=96=E6=AC=A1=E7=99=BB=E9=99=86=E6=88=90?= =?UTF-8?q?=E9=95=BF=E5=80=BC=EF=BC=8C=E6=8B=BC=E5=9B=A2=E5=BE=85=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E9=A1=B5=E9=9D=A2=E7=9A=84=E8=B7=B3=E8=BD=AC][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:[=E9=A6=96=E6=AC=A1=E7=99=BB=E9=99=86?= =?UTF-8?q?=E6=88=90=E9=95=BF=E5=80=BC=E6=98=BE=E7=A4=BA=E6=80=BB=E5=80=BC?= =?UTF-8?q?=EF=BC=8C=E6=8B=BC=E5=9B=A2=E5=BE=85=E6=94=AF=E4=BB=98=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E8=B7=B3=E8=BD=AC=E8=B7=AF=E5=BE=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 3 --- pages/coupon/detail/index.js | 4 +++- pages/coupon/detail/index.wxml | 6 ++--- pages/coupon/detail/index.wxss | 3 +++ pages/main/index.js | 9 -------- pages/spellGroup/mySpellGroup/index.js | 2 +- pages/spellGroup/mySpellGroup/index.wxml | 6 ++--- pages/spellGroup/mySpellGroup/index.wxss | 3 +++ pages/spellGroup/spellGroup.js | 28 ++++++++++++++++-------- 9 files changed, 35 insertions(+), 29 deletions(-) diff --git a/app.js b/app.js index e7e9fbf..39bf9d7 100644 --- a/app.js +++ b/app.js @@ -35,9 +35,6 @@ App({ data: usrdata }) .then(res => { - console.log(res.data.token) - console.log("-------------------------------------------token---------------------------------------") - if (res.data && res.data.score) { if (res.data.score != 0) { that.globalData.score = res.data.score; diff --git a/pages/coupon/detail/index.js b/pages/coupon/detail/index.js index d2a8180..94e6175 100644 --- a/pages/coupon/detail/index.js +++ b/pages/coupon/detail/index.js @@ -191,6 +191,7 @@ Page({ cUserId: this.data.cardData.cuserId, updateDate: util.formatTime(Number(this.data.cardData.updateDate), "yyyy-MM-dd hh:mm:ss") } + this.setData({ receivedDisabled: true }) @@ -418,7 +419,8 @@ Page({ if (options && options.couponChannelId){ that.getDetail(options.couponChannelId, 'notendclock'); } - + console.log(options.cuserId) + console.log("---------------------------------options.cuserId---------------------------------------------------") /** * 转赠判断 */ diff --git a/pages/coupon/detail/index.wxml b/pages/coupon/detail/index.wxml index dd98202..9c0fd5c 100644 --- a/pages/coupon/detail/index.wxml +++ b/pages/coupon/detail/index.wxml @@ -3,18 +3,18 @@