Selaa lähdekoodia

Merge branch 'AnHuiRelese_4.1.2' into dev

tags/安徽版C.4.1.6最终版
meo 6 vuotta sitten
vanhempi
commit
63e5d39103
12 muutettua tiedostoa jossa 16 lisäystä ja 16 poistoa
  1. +1
    -1
      components/gameentry/gentry.js
  2. +2
    -2
      ext.json
  3. +2
    -2
      pages/bargain/bargainDatail/bargainDatail.js
  4. +1
    -1
      pages/cardListDetail/cardListDetail.js
  5. +2
    -2
      pages/coupon/detail/index.js
  6. +1
    -1
      pages/discountCardList/discountCardList.js
  7. +1
    -1
      pages/index/index.js
  8. +1
    -1
      pages/joinFrDpell/index.js
  9. +1
    -1
      pages/main/index.js
  10. +2
    -2
      pages/passCar/passCar.js
  11. +1
    -1
      pages/specialcourtesy/specialcourtesy.js
  12. +1
    -1
      pages/spellGroup/mySpellGroup/index.js

+ 1
- 1
components/gameentry/gentry.js Näytä tiedosto

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


+ 2
- 2
ext.json Näytä tiedosto

@@ -4,9 +4,9 @@
"ext": {
"weappId": "wx6a2524a8286d687f",
"name": "富茂链客生产版",
"appVersion": "C.4.1.3",
"appVersion": "C.nocar.4.1.3_1",
"attr": {
"ifHaveCarModular": "1",
"ifHaveCarModular": "0",
"etcpversion": "release",
"configUrl": "https://c.malls.iformall.com/C/api",
"passCarAppId": "wxc07f9d67923d676d",


+ 2
- 2
pages/bargain/bargainDatail/bargainDatail.js Näytä tiedosto

@@ -300,7 +300,7 @@ Page({
that.setData({
showButton: true
})
Http.post({
Http.get({
url: config.api.checkPhoneStatus,
data: {}
})
@@ -510,7 +510,7 @@ Page({
that.setData({
showButton: true
})
Http.post({
Http.get({
url: config.api.checkPhoneStatus,
data: {}
})


+ 1
- 1
pages/cardListDetail/cardListDetail.js Näytä tiedosto

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


+ 2
- 2
pages/coupon/detail/index.js Näytä tiedosto

@@ -539,7 +539,7 @@ Page({
},
checkPhoneStatus: function() {
let that = this;
Http.post({
Http.get({
url: config.api.checkPhoneStatus,
data: {}
})
@@ -578,7 +578,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 Näytä tiedosto

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


+ 1
- 1
pages/index/index.js Näytä tiedosto

@@ -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 Näytä tiedosto

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


+ 1
- 1
pages/main/index.js Näytä tiedosto

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


+ 2
- 2
pages/passCar/passCar.js Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna