diff --git a/config/config.js b/config/config.js index e2c997f..670ab92 100755 --- a/config/config.js +++ b/config/config.js @@ -1,7 +1,7 @@ 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.66:7000/C/api', api: { /** @@ -172,7 +172,7 @@ var config = { }, weapp: { - AppId: "wx649b3be73c1afe47" + AppId: "wxea71200db93d756b" }, ErrorCode: { NICK_NOT_AUTH: 11004, diff --git a/pages/grade/grade.js b/pages/grade/grade.js index 9a26ef4..fb53dd8 100644 --- a/pages/grade/grade.js +++ b/pages/grade/grade.js @@ -31,9 +31,7 @@ Page({ let that = this; Http.get({ url: config.api.scoreLevelInfo, - data: { - appId: config.weapp.AppId, - } + data: {} }) .then(res=>{ // if true 则开启特享礼遇 diff --git a/pages/grade/grade.wxml b/pages/grade/grade.wxml index e63933a..632c22e 100644 --- a/pages/grade/grade.wxml +++ b/pages/grade/grade.wxml @@ -40,6 +40,6 @@ 暂无配置信息 - + \ No newline at end of file diff --git a/pages/user/index.wxml b/pages/user/index.wxml index bd784e5..b3f8eb4 100644 --- a/pages/user/index.wxml +++ b/pages/user/index.wxml @@ -85,7 +85,7 @@ - 版本号:3.1.4 + 版本号:3.2.1 diff --git a/project.config.json b/project.config.json index f1d8f90..2ad7024 100644 --- a/project.config.json +++ b/project.config.json @@ -12,7 +12,7 @@ }, "compileType": "miniprogram", "libVersion": "2.0.9", - "appid": "wx649b3be73c1afe47", + "appid": "wxea71200db93d756b", "projectname": "C", "isGameTourist": false, "condition": {