Browse Source

[新用户][修改]:[兑换跳转的页面问题修复]

tags/福建版C.9.1.08欢乐城
meo 5 years ago
parent
commit
008cbc34e6
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      pages/index/index.js

+ 7
- 1
pages/index/index.js View File

@@ -390,7 +390,13 @@ Page({
wx.redirectTo({
url: `/pages/radetail/index?id=${options.id}`,
})
} else {
}
// 兑换
else if (app.globalData.type == 'ec') {
wx.redirectTo({
url: '/pages/exchange/exchange'
})
} else {
wx.switchTab({
url: '/index/index',
})


Loading…
Cancel
Save