Compare commits

...

2 Commits

Author SHA1 Message Date
Phoenix
6d6c50292f 更新多语言支持,新增“回到首页”文本到支付相关的语言文件中 2025-04-18 20:21:54 +08:00
Phoenix
f2be1153a4 12 2025-04-18 18:08:05 +08:00
5 changed files with 11 additions and 2111 deletions

View File

@ -85,7 +85,7 @@ const handleInput = (e) => {
<div class="mb-12px" v-else>
<input v-model="amount" class="w-272px h-48px bg-#F3F3F3 px-11px text-16px" type="text" :placeholder="`${t('payment.placeholder.amount')}CNY${payment?.leftPrice}`" @input="handleInput">
</div>
<div class="text-#2B53AC text-14px" @click="changePayStatus">{{payStatus===1 ? t('payment.fullPayment') : t('payment.partialPayment')}}</div>
<!-- <div class="text-#2B53AC text-14px" @click="changePayStatus">{{payStatus===1 ? t('payment.fullPayment') : t('payment.partialPayment')}}</div> -->
<div class="w-full mt-auto mb-40px">
<van-button type="primary" block @click="confirmPay">
{{ t('payment.confirm') }}

View File

@ -248,7 +248,8 @@
"fail": "Payment Failed",
"unpaid": "Unpaid",
"expired": "Payment Expired",
"partial": "Partially Paid"
"partial": "Partially Paid",
"backToHome": "Back to homepage"
},
"text1": "Payment Result",
"text2": "Payment Successful",

View File

@ -248,7 +248,8 @@
"fail": "支払い失敗",
"unpaid": "未払い",
"expired": "支払い期限切れ",
"partial": "一部支払い"
"partial": "一部支払い",
"backToHome": "ホームページに戻ります"
},
"text1": "支払い結果",
"text2": "支払い成功",

View File

@ -299,7 +299,8 @@
"fail": "支付失敗",
"unpaid": "未支付",
"expired": "支付已過期",
"partial": "部分支付"
"partial": "部分支付",
"backToHome": "回到首頁"
},
"text1": "支付結果",
"text2": "支付成功",

File diff suppressed because it is too large Load Diff