This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
[新用户][修改]:[兑换跳转的页面问题修复]
tags/福建版C.9.1.08欢乐城
meo
5 years ago
parent
e781996807
commit
008cbc34e6
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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',
})
Write
Preview
Loading…
Cancel
Save