Quellcode durchsuchen

Merge branch 'dev' into HuNan_test

tags/湖南版5.1.4
meo vor 6 Jahren
Ursprung
Commit
08381ec52d
1 geänderte Dateien mit 2 neuen und 4 gelöschten Zeilen
  1. +2
    -4
      pages/passCar/passCar.js

+ 2
- 4
pages/passCar/passCar.js Datei anzeigen

@@ -57,7 +57,7 @@ Page({
paySuccess:function(){
wx.showModal({
title: '支付成功',
content: '可立即离场',
content: '请尽快离场',
showCancel:false
})
},
@@ -92,14 +92,12 @@ Page({
},
onShow: function (options) {
var that = this;
console.log(that.data.ifHaveCarModular)
that.setData({
etcpAppId: extConfig.attr.etcpAppId,
etcpVersion: extConfig.attr.etcpVersion,
etcpCallbackUrl: extConfig.attr.etcpCallbackUrl,
ifHaveCarModular: extConfig.attr.ifHaveCarModular
})
console.log(that.data.ifHaveCarModular)
if (app.globalData.token) {
that.getList();
that.init();
@@ -111,6 +109,7 @@ Page({
* 才会进行券和车牌的绑定
*/
if (wx.getStorageSync("chosed") && that.data.quanid) {
that.getStopFee(that.data.listCardNum);
that.bindCoupon(that.data.quanid);
wx.setStorage({
key: 'chosed',
@@ -581,7 +580,6 @@ Page({
stopFees: res.data,
timecha: Util.timecha(res.data.exitTime, res.data.entranceTime)
});
console.log(that.data.stopFees)
that.setData({
scroll: true
})


Laden…
Abbrechen
Speichern