Quellcode durchsuchen

解决冲突

tags/2.2.8
海洋之声 vor 6 Jahren
Ursprung
Commit
fbca5b2abe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      pages/game/index.js

+ 1
- 1
pages/game/index.js Datei anzeigen

@@ -40,7 +40,7 @@ Page({
}else{
this.setData({
url: options.url + "?token=" + app.globalData.token + "&gameId=" + options.gameId + "&id=" + options.id,
// url: "http://10.11.195.31:8080/goldEgg/" + "?token=" + app.globalData.token + "&gameId=" + options.gameId + "&id=" + options.id,
// url: "https://game.youlane.cn/guaguale/index.html" + "?token=" + app.globalData.token + "&gameId=" + options.gameId + "&id=" + options.id,
});
}
}

Laden…
Abbrechen
Speichern