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 => {