mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-26 16:19:45 +08:00
优化手机端
This commit is contained in:
parent
20789ae7c8
commit
3b5f32ecd1
@ -110,6 +110,7 @@
|
||||
inoutId:'',
|
||||
receivableAmount: 0.0, // 抵扣金额
|
||||
couponCount: 0,
|
||||
communityId:'',
|
||||
couponList: []
|
||||
};
|
||||
},
|
||||
@ -122,6 +123,7 @@
|
||||
this.carNum = options.carNum;
|
||||
this.appId = options.appId;
|
||||
this.machineId = options.machineId;
|
||||
this.communityId = options.communityId;
|
||||
this._loadTempCarFee();
|
||||
},
|
||||
onShow: function(options) {
|
||||
@ -194,6 +196,7 @@
|
||||
couponList: this.couponList,
|
||||
cashierUserId:'-1',
|
||||
machineId:this.machineId,
|
||||
communityId:this.communityId,
|
||||
};
|
||||
toAliPayTempCarFee(_objData)
|
||||
.then(_data=>{
|
||||
@ -239,7 +242,8 @@
|
||||
inoutId: this.inoutId,
|
||||
couponList: this.couponList,
|
||||
cashierUserId:'-1',
|
||||
machineId:this.machineId
|
||||
machineId:this.machineId,
|
||||
communityId:this.communityId,
|
||||
};
|
||||
toPayTempCarFee(_objData)
|
||||
.then(_data=>{
|
||||
|
||||
@ -248,7 +248,7 @@
|
||||
uni.navigateTo({
|
||||
url: '/pages/fee/tempCarFee?paId=' + _that.paId + '&carNum=' + _that
|
||||
.carNum + "&appId=" + _that.appId + "&openId=" + _that.openId +
|
||||
"&machineId=" + this.machineId
|
||||
"&machineId=" + this.machineId+"&communityId="+_that.communityId
|
||||
})
|
||||
})
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user