| @@ -16,7 +16,7 @@ Component({ | |||||
| methods:{ | methods:{ | ||||
| gotogame: function (e) { | gotogame: function (e) { | ||||
| let that=this; | let that=this; | ||||
| Http.get({ | |||||
| Http.post({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -1,16 +1,16 @@ | |||||
| { | { | ||||
| "extEnable": true, | "extEnable": true, | ||||
| "extAppid": "wxea71200db93d756b", | |||||
| "extAppid": "wx6a2524a8286d687f", | |||||
| "ext": { | "ext": { | ||||
| "weappId": "wxea71200db93d756b", | |||||
| "name": "富茂客官开发", | |||||
| "appVersion": "C.3.5.12", | |||||
| "weappId": "wx6a2524a8286d687f", | |||||
| "name": "富茂链客生产版", | |||||
| "appVersion": "C.4.1.1", | |||||
| "attr": { | "attr": { | ||||
| "ifHaveCarModular": "1", | "ifHaveCarModular": "1", | ||||
| "etcpversion": "release", | "etcpversion": "release", | ||||
| "configUrl": "https://ciformall.youlane.cn/C/api", | |||||
| "passCarAppId": "wx192b7d2e8dcbefd0", | |||||
| "passCarreturnUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback" | |||||
| "configUrl": "https://c.malls.iformall.com/C/api", | |||||
| "passCarAppId": "wxc07f9d67923d676d", | |||||
| "passCarreturnUrl": "https://admin.malls.iformall.com/api/carCallback/etcpPaidCallback" | |||||
| } | } | ||||
| }, | }, | ||||
| "permission": { | "permission": { | ||||
| @@ -300,7 +300,7 @@ Page({ | |||||
| that.setData({ | that.setData({ | ||||
| showButton: true | showButton: true | ||||
| }) | }) | ||||
| Http.get({ | |||||
| Http.post({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -510,7 +510,7 @@ Page({ | |||||
| that.setData({ | that.setData({ | ||||
| showButton: true | showButton: true | ||||
| }) | }) | ||||
| Http.get({ | |||||
| Http.post({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -317,7 +317,7 @@ Page({ | |||||
| // wx.showLoading({ | // wx.showLoading({ | ||||
| // title: "加载中..." | // title: "加载中..." | ||||
| // }); | // }); | ||||
| Http.get({ | |||||
| Http.post({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -539,7 +539,7 @@ Page({ | |||||
| }, | }, | ||||
| checkPhoneStatus: function() { | checkPhoneStatus: function() { | ||||
| let that = this; | let that = this; | ||||
| Http.get({ | |||||
| Http.post({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -578,7 +578,7 @@ Page({ | |||||
| orderFunc(discount) { | orderFunc(discount) { | ||||
| console.log(discount) | console.log(discount) | ||||
| var that = this; | var that = this; | ||||
| Http.get({ | |||||
| Http.post({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -241,7 +241,7 @@ Page({ | |||||
| }); | }); | ||||
| }, | }, | ||||
| checkuerstatus(){ | checkuerstatus(){ | ||||
| Http.get({ | |||||
| Http.post({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -58,7 +58,7 @@ Page({ | |||||
| }, | }, | ||||
| checkuerstatus(options) { | checkuerstatus(options) { | ||||
| let that = this; | let that = this; | ||||
| Http.get({ | |||||
| Http.post({ | |||||
| url: config.api.checkUserStatus, | url: config.api.checkUserStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -279,7 +279,7 @@ Page({ | |||||
| */ | */ | ||||
| data.orderGroupId = orderGroupId | data.orderGroupId = orderGroupId | ||||
| var that = this; | var that = this; | ||||
| Http.get({ | |||||
| Http.post({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -147,7 +147,7 @@ Page({ | |||||
| }, | }, | ||||
| gotogame: function() { | gotogame: function() { | ||||
| let that = this; | let that = this; | ||||
| Http.get({ | |||||
| Http.post({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -212,7 +212,7 @@ Page({ | |||||
| that.getList(); | that.getList(); | ||||
| that.init(); | that.init(); | ||||
| that.initUsrCarList(); | that.initUsrCarList(); | ||||
| return Http.get({ | |||||
| return Http.post({ | |||||
| url: config.api.checkUserStatus, | url: config.api.checkUserStatus, | ||||
| data: {} | data: {} | ||||
| }); | }); | ||||
| @@ -373,7 +373,7 @@ Page({ | |||||
| /** | /** | ||||
| * 判断是否授权手机号 | * 判断是否授权手机号 | ||||
| */ | */ | ||||
| Http.get({ | |||||
| Http.post({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -22,7 +22,7 @@ Page({ | |||||
| */ | */ | ||||
| onShow: function () { | onShow: function () { | ||||
| let that = this; | let that = this; | ||||
| Http.get({ | |||||
| Http.post({ | |||||
| url: config.api.getDiscountInfo, | url: config.api.getDiscountInfo, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -271,7 +271,7 @@ Page({ | |||||
| data.orderGroupId = orderGroupId | data.orderGroupId = orderGroupId | ||||
| } | } | ||||
| var that = this; | var that = this; | ||||
| Http.get({ | |||||
| Http.post({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -13,7 +13,7 @@ | |||||
| }, | }, | ||||
| "compileType": "miniprogram", | "compileType": "miniprogram", | ||||
| "libVersion": "2.2.0", | "libVersion": "2.2.0", | ||||
| "appid": "wx649b3be73c1afe47", | |||||
| "appid": "wx453ae0d37f3550d0", | |||||
| "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", | "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", | ||||
| "isGameTourist": false, | "isGameTourist": false, | ||||
| "condition": { | "condition": { | ||||