ソースを参照

checkUserStatus

checkPhoneStatus
getDiscountInfo
 post -> get
tags/安徽版C.4.1.6最终版
meo 6年前
コミット
78a948535a
12個のファイルの変更14行の追加15行の削除
  1. +1
    -1
      components/gameentry/gentry.js
  2. +1
    -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.wxss
  9. +2
    -2
      pages/passCar/passCar.js
  10. +1
    -1
      pages/specialcourtesy/specialcourtesy.js
  11. +1
    -1
      pages/spellGroup/mySpellGroup/index.js
  12. +1
    -1
      project.config.json

+ 1
- 1
components/gameentry/gentry.js ファイルの表示

@@ -16,7 +16,7 @@ Component({
methods:{
gotogame: function (e) {
let that=this;
Http.post({
Http.get({
url: config.api.checkPhoneStatus,
data: {}
})


+ 1
- 2
pages/bargain/bargainDatail/bargainDatail.js ファイルの表示

@@ -195,7 +195,6 @@ Page({
var total_micro_second = EndTime - NowTime || [];
// 渲染倒计时时钟
let obj = that.dateformat(total_micro_second);
console.log(obj);
if (total_micro_second > 0) {
that.setData({
clock: obj,
@@ -301,7 +300,7 @@ Page({
that.setData({
showButton:true
})
Http.post({
Http.get({
url: config.api.checkPhoneStatus,
data: {}
})


+ 1
- 1
pages/cardListDetail/cardListDetail.js ファイルの表示

@@ -317,7 +317,7 @@ Page({
// wx.showLoading({
// title: "加载中..."
// });
Http.post({
Http.get({
url: config.api.checkPhoneStatus,
data: {}
})


+ 2
- 2
pages/coupon/detail/index.js ファイルの表示

@@ -535,7 +535,7 @@ Page({
},
checkPhoneStatus: function() {
let that = this;
Http.post({
Http.get({
url: config.api.checkPhoneStatus,
data: {}
})
@@ -574,7 +574,7 @@ Page({
orderFunc(discount) {
console.log(discount)
var that = this;
Http.post({
Http.get({
url: config.api.checkPhoneStatus,
data: {}
})


+ 1
- 1
pages/discountCardList/discountCardList.js ファイルの表示

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


+ 1
- 1
pages/index/index.js ファイルの表示

@@ -58,7 +58,7 @@ Page({
},
checkuerstatus(options) {
let that = this;
Http.post({
Http.get({
url: config.api.checkUserStatus,
data: {}
})


+ 1
- 1
pages/joinFrDpell/index.js ファイルの表示

@@ -277,7 +277,7 @@ Page({
*/
data.orderGroupId = orderGroupId
var that = this;
Http.post({
Http.get({
url: config.api.checkPhoneStatus,
data: {}
})


+ 1
- 1
pages/main/index.wxss ファイルの表示

@@ -37,7 +37,7 @@ page {
.game-entry {
position: fixed;
right: 0;
bottom:200rpx;
bottom:323rpx;
width: 120rpx;
margin: 37rpx auto 0;
z-index: 10;


+ 2
- 2
pages/passCar/passCar.js ファイルの表示

@@ -212,7 +212,7 @@ Page({
that.getList();
that.init();
that.initUsrCarList();
return Http.post({
return Http.get({
url: config.api.checkUserStatus,
data: {}
});
@@ -373,7 +373,7 @@ Page({
/**
* 判断是否授权手机号
*/
Http.post({
Http.get({
url: config.api.checkPhoneStatus,
data: {}
})


+ 1
- 1
pages/specialcourtesy/specialcourtesy.js ファイルの表示

@@ -22,7 +22,7 @@ Page({
*/
onShow: function () {
let that = this;
Http.post({
Http.get({
url: config.api.getDiscountInfo,
data: {}
})


+ 1
- 1
pages/spellGroup/mySpellGroup/index.js ファイルの表示

@@ -267,7 +267,7 @@ Page({
data.orderGroupId = orderGroupId
}
var that = this;
Http.post({
Http.get({
url: config.api.checkPhoneStatus,
data: {}
})


+ 1
- 1
project.config.json ファイルの表示

@@ -13,7 +13,7 @@
},
"compileType": "miniprogram",
"libVersion": "2.2.0",
"appid": "wx649b3be73c1afe47",
"appid": "wxb11603577a84a86d",
"projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F",
"isGameTourist": false,
"condition": {


読み込み中…
キャンセル
保存