Compare commits

..

No commits in common. "6d6c50292f6123c01878e2be21027621a305f4a7" and "309760863ab7aeaf096a0affd154df39e5c4dccd" have entirely different histories.

5 changed files with 2111 additions and 11 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,8 +248,7 @@
"fail": "Payment Failed",
"unpaid": "Unpaid",
"expired": "Payment Expired",
"partial": "Partially Paid",
"backToHome": "Back to homepage"
"partial": "Partially Paid"
},
"text1": "Payment Result",
"text2": "Payment Successful",

View File

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

View File

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

File diff suppressed because it is too large Load Diff