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/2.2.9
海洋之声
6 years ago
parent
b0ba1dd538
commit
1a93a8ec14
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/index/index.js
+ 1
- 1
pages/index/index.js
View File
@@ -59,7 +59,7 @@ Page({
} else if (err.code == 11006) {
// 用户手机已加密
wx.redirectTo({
url: "/pages/phoneinput/phoneinput?path=index
&url=
"
+ that.data.staticGamedata.url + "&id=" + that.data.staticGamedata.id + "&gameId=" + that.data.staticGamedata.gameId,
url: "/pages/phoneinput/phoneinput?path=index"
});
} else {
wx.showToast({
Write
Preview
Loading…
Cancel
Save