@@ -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: {} | ||||
}) | }) | ||||
@@ -300,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: {} | ||||
}) | }) | ||||
@@ -510,7 +510,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: {} | ||||
}) | }) | ||||
@@ -539,7 +539,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: {} | ||||
}) | }) | ||||
@@ -578,7 +578,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: {} | ||||
}) | }) | ||||
@@ -279,7 +279,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: {} | ||||
}) | }) | ||||
@@ -147,7 +147,7 @@ Page({ | |||||
}, | }, | ||||
gotogame: function() { | gotogame: function() { | ||||
let that = this; | let that = this; | ||||
Http.post({ | |||||
Http.get({ | |||||
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.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: {} | ||||
}) | }) | ||||
@@ -271,7 +271,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: {} | ||||
}) | }) | ||||