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