Browse Source

checkUserStatus

checkPhoneStatus
getDiscountInfo
 post -> get
tags/安徽版C.4.1.6最终版
meo 6 years ago
parent
commit
bd01d62ef5
11 changed files with 14 additions and 14 deletions
  1. +1
    -1
      components/gameentry/gentry.js
  2. +2
    -2
      pages/bargain/bargainDatail/bargainDatail.js
  3. +1
    -1
      pages/cardListDetail/cardListDetail.js
  4. +2
    -2
      pages/coupon/detail/index.js
  5. +1
    -1
      pages/discountCardList/discountCardList.js
  6. +1
    -1
      pages/index/index.js
  7. +1
    -1
      pages/joinFrDpell/index.js
  8. +1
    -1
      pages/main/index.js
  9. +2
    -2
      pages/passCar/passCar.js
  10. +1
    -1
      pages/specialcourtesy/specialcourtesy.js
  11. +1
    -1
      pages/spellGroup/mySpellGroup/index.js

+ 1
- 1
components/gameentry/gentry.js View File

@@ -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: {}
}) })


+ 2
- 2
pages/bargain/bargainDatail/bargainDatail.js View File

@@ -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: {}
}) })


+ 1
- 1
pages/cardListDetail/cardListDetail.js View File

@@ -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: {}
}) })


+ 2
- 2
pages/coupon/detail/index.js View File

@@ -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: {}
}) })


+ 1
- 1
pages/discountCardList/discountCardList.js View File

@@ -241,7 +241,7 @@ Page({
}); });
}, },
checkuerstatus(){ checkuerstatus(){
Http.post({
Http.get({
url: config.api.checkPhoneStatus, url: config.api.checkPhoneStatus,
data: {} data: {}
}) })


+ 1
- 1
pages/index/index.js View File

@@ -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: {}
}) })


+ 1
- 1
pages/joinFrDpell/index.js View File

@@ -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: {}
}) })


+ 1
- 1
pages/main/index.js View File

@@ -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: {}
}) })


+ 2
- 2
pages/passCar/passCar.js View File

@@ -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: {}
}) })


+ 1
- 1
pages/specialcourtesy/specialcourtesy.js View File

@@ -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: {}
}) })


+ 1
- 1
pages/spellGroup/mySpellGroup/index.js View File

@@ -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: {}
}) })


Loading…
Cancel
Save