Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
weapp
/
C
Suivre
8
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
66
Wiki
Activité
Parcourir la source
点击进入游戏权限校验修改
tags/2.2.9
海洋之声
il y a 6 ans
Parent
1a93a8ec14
révision
7a7b800b61
2 fichiers modifiés
avec
2 ajouts
et
2 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
pages/index/index.js
+1
-1
pages/phoneinput/phoneinput.js
+ 1
- 1
pages/index/index.js
Voir le fichier
@@ -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
Voir le fichier
@@ -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,
})
Écrire
Aperçu
Chargement…
Annuler
Enregistrer