From 82eb2de705cf46cc79c791d81407ba721909045b Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:45:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor(payment):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E9=A1=B5=E9=9D=A2=E6=96=87=E6=A1=88=E5=92=8C?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新支付页面的标题和提示文案 -优化国际化文案,支持多语言- 调整支付金额输入框的占位符文案 - 统一"支付全部"和 --- app/pages/payment/index.vue | 7 ++++--- i18n/locales/zh-CN.json | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/pages/payment/index.vue b/app/pages/payment/index.vue index 6f34474..0ecb3d4 100644 --- a/app/pages/payment/index.vue +++ b/app/pages/payment/index.vue @@ -10,6 +10,7 @@ const payStatus=ref(0) definePageMeta({ i18n: 'payment.title' }) +const {t}=useI18n() const router=useRouter() const changePayStatus=()=>{ payStatus.value=payStatus.value===0?1:0 @@ -72,12 +73,12 @@ const handleInput = (e) => {