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> <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"> <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>
<!-- <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"> <div class="w-full mt-auto mb-40px">
<van-button type="primary" block @click="confirmPay"> <van-button type="primary" block @click="confirmPay">
{{ t('payment.confirm') }} {{ t('payment.confirm') }}

View File

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

View File

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

View File

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

File diff suppressed because it is too large Load Diff