Commit f1aa2415 by daqian

modify: 激活领卡成功跳转路径

parent 2c1e8cd4
......@@ -49,10 +49,10 @@ wxService.page({
wxService.post(`/member/activateCard`, currentObj).then(res => {
const {result,data} = res.data
if(result == 0){
// wx.hideLoading()
wxService.router(`/pages/userCenter/userCenter`)
wx.hideLoading()
wxService.router(`/pages/index/index`)
} else {
// wx.hideLoading()
wx.hideLoading()
wx.showToast({
title: `${res.desc}`,
icon: 'none'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment