Browse Source

[游戏][修改]:[修改游戏的跳转方式]

tags/河北版C.8.2.0^2
meo 5 years ago
parent
commit
3d646213ba
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      pages/cardorder/detail/index.js
  2. +1
    -1
      pages/couponorder/detail/index.js
  3. +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.navigateTo({
wx.redirectTo({
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.navigateTo({
wx.redirectTo({
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.navigateTo({
wx.redirectTo({
url: '/pages/game/index?url=' + that.data.staticGamedata.url + "&id=" + that.data.staticGamedata.id + "&gameId=" + that.data.staticGamedata.gameId,
})
},


Loading…
Cancel
Save