修复:积分vip续费支付报错的问题

This commit is contained in:
2025-12-19 16:48:48 +08:00
parent dc2aa7407f
commit cdc4bcf0ff

View File

@@ -780,7 +780,8 @@ export default {
}, },
]; ];
this.selectPayIndex = 1; this.selectPayIndex = 1;
this.payType = 1; // 如果实际支付金额为0设置支付方式为默认货币
this.payType = this.actualPayment ? 1 : 4
} }
}, },
computed: { computed: {