master
271556543@qq.com 3 years ago
parent 716f960bd6
commit 23e4c4d882

@ -339,7 +339,7 @@ export default {
this.paymentRegistrationForm.applyMoney = res.apply_money
this.paymentRegistrationForm.plan = res.plan_link
this.paymentRegistrationForm.discountMoney = res.discount_money
this.paymentRegistrationForm.actMoney = (res.apply_money - res.discount_money)?.toFixed(2)
this.paymentRegistrationForm.actMoney = res.apply_money
this.paymentRegistrationForm.moneyWay = res.money_way_id?.split(',').map(item=>Number(item))
await this.getContract(res.contract)

Loading…
Cancel
Save