This website works better with JavaScript.
首頁
探索
說明
註冊
登入
weapp
/
C
關註
8
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
66
Wiki
Activity
瀏覽代碼
点击进入游戏权限校验修改
tags/2.2.9
海洋之声
6 年之前
父節點
1a93a8ec14
當前提交
7a7b800b61
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/index/index.js
+1
-1
pages/phoneinput/phoneinput.js
+ 1
- 1
pages/index/index.js
查看文件
@@ -59,7 +59,7 @@ Page({
} else if (err.code == 11006) {
// 用户手机已加密
wx.redirectTo({
url: "/pages/phoneinput/phoneinput?path=index"
url: "/pages/phoneinput/phoneinput?path=index
&url=
"
+ that.data.staticGamedata.url + "&id=" + that.data.staticGamedata.id + "&gameId=" + that.data.staticGamedata.gameId,
});
} else {
wx.showToast({
+ 1
- 1
pages/phoneinput/phoneinput.js
查看文件
@@ -47,7 +47,7 @@ Page({
}
})
.then(res => {
if
(that.path!=null
){
if
(that.path != 'index'
){
wx.redirectTo({
url: "/pages/game/index?url=" + that.data.paramData.url + "&id=" + that.data.paramData.id + "&gameId=" + that.data.paramData.gameId,
})
Write
Preview
Loading…
取消
儲存