From cdc4bcf0ff1406cc4fe5d26ed6694902dcbf4e60 Mon Sep 17 00:00:00 2001 From: fuchao <2577131060@qq.com> Date: Fri, 19 Dec 2025 16:48:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E7=A7=AF=E5=88=86vi?= =?UTF-8?q?p=E7=BB=AD=E8=B4=B9=E6=94=AF=E4=BB=98=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/commonComponents/orderSubmit.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/component/commonComponents/orderSubmit.vue b/pages/component/commonComponents/orderSubmit.vue index e32f0a2..31f8e98 100644 --- a/pages/component/commonComponents/orderSubmit.vue +++ b/pages/component/commonComponents/orderSubmit.vue @@ -780,7 +780,8 @@ export default { }, ]; this.selectPayIndex = 1; - this.payType = 1; + // 如果实际支付金额为0,设置支付方式为默认货币 + this.payType = this.actualPayment ? 1 : 4 } }, computed: {