From 59871fcb6c695a57d1d7cec72a989e14fe2d52ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Wed, 13 Mar 2019 11:27:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E4=B9=B0=E6=8B=BC=E5=9B=A2=E5=88=B8?= =?UTF-8?q?=E5=90=8E=E7=BA=A2=E7=82=B9=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/joinFrDpell/index.js | 14 -------------- pages/spellDetail/index.wxss | 2 +- pages/spellGroup/mySpellGroup/index.js | 14 -------------- 3 files changed, 1 insertion(+), 29 deletions(-) diff --git a/pages/joinFrDpell/index.js b/pages/joinFrDpell/index.js index bcb20f1..b5c96d7 100644 --- a/pages/joinFrDpell/index.js +++ b/pages/joinFrDpell/index.js @@ -408,20 +408,6 @@ Page({ setTimeout(function () { wx.hideLoading(); }, 2000); - /** - * 用户支付成功以后跳转到券包列表 - */ - if (that.data.cardType == 100) { - wx.setStorage({ - key: 'couponNum2', - data: "couponNum2" - }) - } else if (that.data.data.type != 5) { - wx.setStorage({ - key: 'couponNum', - data: "couponNum" - }) - } } }, fail: res => { diff --git a/pages/spellDetail/index.wxss b/pages/spellDetail/index.wxss index 696f5cf..b8cefbb 100644 --- a/pages/spellDetail/index.wxss +++ b/pages/spellDetail/index.wxss @@ -286,7 +286,7 @@ page { font-weight:500; color:rgba(254,254,254,1); line-height: 85rpx; - margin-top: 200rpx; + margin-top: 100rpx; } .user-motto::after { diff --git a/pages/spellGroup/mySpellGroup/index.js b/pages/spellGroup/mySpellGroup/index.js index 98a27f1..bdbd1d2 100644 --- a/pages/spellGroup/mySpellGroup/index.js +++ b/pages/spellGroup/mySpellGroup/index.js @@ -395,20 +395,6 @@ Page({ setTimeout(function () { wx.hideLoading(); }, 2000); - /** - * 用户支付成功以后跳转到券包列表 - */ - if (that.data.cardType == 100) { - wx.setStorage({ - key: 'couponNum2', - data: "couponNum2" - }) - } else if (that.data.data.type != 5) { - wx.setStorage({ - key: 'couponNum', - data: "couponNum" - }) - } } }, fail: res => {