修复:积分vip续费支付报错的问题
This commit is contained in:
@@ -780,7 +780,8 @@ export default {
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
this.selectPayIndex = 1;
|
this.selectPayIndex = 1;
|
||||||
this.payType = 1;
|
// 如果实际支付金额为0,设置支付方式为默认货币
|
||||||
|
this.payType = this.actualPayment ? 1 : 4
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|||||||
Reference in New Issue
Block a user