| @@ -16,7 +16,7 @@ Component({ | |||||
| methods:{ | methods:{ | ||||
| gotogame: function (e) { | gotogame: function (e) { | ||||
| let that=this; | let that=this; | ||||
| Http.post({ | |||||
| Http.get({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -195,7 +195,6 @@ Page({ | |||||
| var total_micro_second = EndTime - NowTime || []; | var total_micro_second = EndTime - NowTime || []; | ||||
| // 渲染倒计时时钟 | // 渲染倒计时时钟 | ||||
| let obj = that.dateformat(total_micro_second); | let obj = that.dateformat(total_micro_second); | ||||
| console.log(obj); | |||||
| if (total_micro_second > 0) { | if (total_micro_second > 0) { | ||||
| that.setData({ | that.setData({ | ||||
| clock: obj, | clock: obj, | ||||
| @@ -301,7 +300,7 @@ Page({ | |||||
| that.setData({ | that.setData({ | ||||
| showButton:true | showButton:true | ||||
| }) | }) | ||||
| Http.post({ | |||||
| Http.get({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -317,7 +317,7 @@ Page({ | |||||
| // wx.showLoading({ | // wx.showLoading({ | ||||
| // title: "加载中..." | // title: "加载中..." | ||||
| // }); | // }); | ||||
| Http.post({ | |||||
| Http.get({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -535,7 +535,7 @@ Page({ | |||||
| }, | }, | ||||
| checkPhoneStatus: function() { | checkPhoneStatus: function() { | ||||
| let that = this; | let that = this; | ||||
| Http.post({ | |||||
| Http.get({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -574,7 +574,7 @@ Page({ | |||||
| orderFunc(discount) { | orderFunc(discount) { | ||||
| console.log(discount) | console.log(discount) | ||||
| var that = this; | var that = this; | ||||
| Http.post({ | |||||
| Http.get({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -241,7 +241,7 @@ Page({ | |||||
| }); | }); | ||||
| }, | }, | ||||
| checkuerstatus(){ | checkuerstatus(){ | ||||
| Http.post({ | |||||
| Http.get({ | |||||
| 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.post({ | |||||
| Http.get({ | |||||
| url: config.api.checkUserStatus, | url: config.api.checkUserStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -277,7 +277,7 @@ Page({ | |||||
| */ | */ | ||||
| data.orderGroupId = orderGroupId | data.orderGroupId = orderGroupId | ||||
| var that = this; | var that = this; | ||||
| Http.post({ | |||||
| Http.get({ | |||||
| url: config.api.checkPhoneStatus, | url: config.api.checkPhoneStatus, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -37,7 +37,7 @@ page { | |||||
| .game-entry { | .game-entry { | ||||
| position: fixed; | position: fixed; | ||||
| right: 0; | right: 0; | ||||
| bottom:200rpx; | |||||
| bottom:323rpx; | |||||
| width: 120rpx; | width: 120rpx; | ||||
| margin: 37rpx auto 0; | margin: 37rpx auto 0; | ||||
| z-index: 10; | z-index: 10; | ||||
| @@ -212,7 +212,7 @@ Page({ | |||||
| that.getList(); | that.getList(); | ||||
| that.init(); | that.init(); | ||||
| that.initUsrCarList(); | that.initUsrCarList(); | ||||
| return Http.post({ | |||||
| return Http.get({ | |||||
| url: config.api.checkUserStatus, | url: config.api.checkUserStatus, | ||||
| data: {} | data: {} | ||||
| }); | }); | ||||
| @@ -373,7 +373,7 @@ Page({ | |||||
| /** | /** | ||||
| * 判断是否授权手机号 | * 判断是否授权手机号 | ||||
| */ | */ | ||||
| Http.post({ | |||||
| Http.get({ | |||||
| 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.post({ | |||||
| Http.get({ | |||||
| url: config.api.getDiscountInfo, | url: config.api.getDiscountInfo, | ||||
| data: {} | data: {} | ||||
| }) | }) | ||||
| @@ -267,7 +267,7 @@ Page({ | |||||
| data.orderGroupId = orderGroupId | data.orderGroupId = orderGroupId | ||||
| } | } | ||||
| var that = this; | var that = this; | ||||
| Http.post({ | |||||
| Http.get({ | |||||
| 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": "wxb11603577a84a86d", | |||||
| "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": { | ||||