Commit b7c87412 authored by 小费同学阿's avatar 小费同学阿 💬

68357 缴费管理,结算弹窗内【确定】按钮一直loading

parent 493e7758
......@@ -288,6 +288,8 @@ export default {
},
payTypeChange(data) {
console.log(data)
/* 切换结算方式也取消加载按钮 */
this.submitLoading = false
// 如果勾选了多条缴费信息则支付金额为标准价格另如果结算方式为会员卡则需要乘以会员折扣
console.log('payTypeChange', this.settlementForm.standardAmount, this.ownerData.discount)
const discount = data === '1' ? this.ownerData.discount : '1'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment