diff --git a/config/config.js b/config/config.js
index 98502ba..006b46a 100755
--- a/config/config.js
+++ b/config/config.js
@@ -1,9 +1,9 @@
var extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {};
var appId = extConfig.appId;
var config = {
- // url: "https://ciformall.youlane.cn/C/api",
+ url: "https://ciformall.youlane.cn/C/api",
// url:"https://c.malls.iformall.com/C/api",
- url:'https://ctest.malls.iformall.com/C/api',
+ // url:'https://ctest.malls.iformall.com/C/api',
// url:'http://10.100.33.68:7000/C/api',
// url: 'http://10.100.30.172:7000/C/api',
api: {
@@ -199,7 +199,7 @@ var config = {
},
weapp: {
- AppId: "wx649b3be73c1afe47"
+ AppId: "wxea71200db93d756b"
},
ErrorCode: {
diff --git a/pages/order/detail/index.js b/pages/order/detail/index.js
index 39a091c..dd60141 100644
--- a/pages/order/detail/index.js
+++ b/pages/order/detail/index.js
@@ -66,6 +66,12 @@ Page({
url: '/pages/game/index?url=' + that.data.staticGamedata.url + "&id=" + that.data.staticGamedata.id + "&gameId=" + that.data.staticGamedata.gameId,
})
},
+ // 买完卡跳转到立即使用页面
+ gotoUse:function(){
+ wx.switchTab({
+ url: '/pages/user/index'
+ })
+ },
// 获取游戏
getStaticGame(token) {
let _this = this;
diff --git a/pages/order/detail/index.wxml b/pages/order/detail/index.wxml
index f1a4653..a28e1fb 100644
--- a/pages/order/detail/index.wxml
+++ b/pages/order/detail/index.wxml
@@ -83,4 +83,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/project.config.json b/project.config.json
index 2970aaf..4e30ca0 100644
--- a/project.config.json
+++ b/project.config.json
@@ -13,7 +13,7 @@
},
"compileType": "miniprogram",
"libVersion": "2.0.9",
- "appid": "wx649b3be73c1afe47",
+ "appid": "wxea71200db93d756b",
"projectname": "C",
"isGameTourist": false,
"condition": {