Просмотр исходного кода

首页游戏权限认证跳转参数修改

tags/2.2.9
海洋之声 6 лет назад
Родитель
Сommit
1a93a8ec14
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      pages/index/index.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=" + that.data.staticGamedata.url + "&id=" + that.data.staticGamedata.id + "&gameId=" + that.data.staticGamedata.gameId,
url: "/pages/phoneinput/phoneinput?path=index"
});
} else {
wx.showToast({


Загрузка…
Отмена
Сохранить