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.8.2.0^2
meo
5 years ago
parent
4331631f1d
commit
3d646213ba
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/cardorder/detail/index.js
+1
-1
pages/couponorder/detail/index.js
+1
-1
pages/order/detail/index.js
+ 1
- 1
pages/cardorder/detail/index.js
View File
@@ -38,7 +38,7 @@ Page({
},
gotogame: function () {
let that = this;
wx.
navigate
To({
wx.
redirect
To({
url: '/pages/game/index?url=' + that.data.staticGamedata.url + "&id=" + that.data.staticGamedata.id + "&gameId=" + that.data.staticGamedata.gameId,
})
},
+ 1
- 1
pages/couponorder/detail/index.js
View File
@@ -66,7 +66,7 @@ Page({
},
gotogame: function () {
let that = this;
wx.
navigate
To({
wx.
redirect
To({
url: '/pages/game/index?url=' + that.data.staticGamedata.url + "&id=" + that.data.staticGamedata.id + "&gameId=" + that.data.staticGamedata.gameId,
})
},
+ 1
- 1
pages/order/detail/index.js
View File
@@ -114,7 +114,7 @@ Page({
},
gotogame: function () {
let that = this;
wx.
navigate
To({
wx.
redirect
To({
url: '/pages/game/index?url=' + that.data.staticGamedata.url + "&id=" + that.data.staticGamedata.id + "&gameId=" + that.data.staticGamedata.gameId,
})
},
Write
Preview
Loading…
Cancel
Save