From 6a060147a2a923d8d2604ea0a239bbffb6f1c16f Mon Sep 17 00:00:00 2001
From: xingyy <64720302+Concur-max@users.noreply.github.com>
Date: Fri, 7 Mar 2025 19:30:29 +0800
Subject: [PATCH] =?UTF-8?q?fix(payment):=20=E4=BF=AE=E5=A4=8D=E6=94=AF?=
=?UTF-8?q?=E4=BB=98=E9=A1=B5=E9=9D=A2=E8=B4=A7=E5=B8=81=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将支付页面中的货币符号从动态显示的 payment.leftCurrency 固定为 CNY
- 更新输入框占位符中的货币符号为 CNY
---
app/pages/payment/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/pages/payment/index.vue b/app/pages/payment/index.vue
index 618afc4..4ab5dde 100644
--- a/app/pages/payment/index.vue
+++ b/app/pages/payment/index.vue
@@ -79,9 +79,9 @@ const handleInput = (e) => {