Compare commits

..

No commits in common. "f1c7c2a66d9cb26e5e0863280d0d34a5ee62d6f4" and "56f56228462cbd8b02a226086312fd0912273b3e" have entirely different histories.

4 changed files with 9 additions and 11 deletions

View File

@ -6,7 +6,7 @@ const { t } = useI18n();
const {formData,number}=codeAuthStore()
const auctionUserNo=ref('')
definePageMeta({
i18n: 'collectCode.signature.title'
i18n: 'collectCode.signature.result.title'
})
const res=await sessionUserNoCreate({
phone:formData.value.phone
@ -19,8 +19,8 @@ if (res.status===0){
<template>
<div class="w-[100vw] h-screen-nav bg-[url('@/static/images/3532@2x.png')] bg-cover flex-grow-1 flex flex-col items-center pt-183px px-30px">
<div class="flex flex-col items-center pt-18px px-31px">
<div class="text-#000 text-16px mb-4px">{{ t('signature.protocol.success') }}</div>
<div class="text-#939393 text-12px mb-31px">&nbsp&nbsp&nbsp{{ t('collectCode.signature.resultText') }}&nbsp&nbsp&nbsp</div>
<div class="text-#000 text-16px mb-4px">{{ t('collectCode.signature.result.success') }}</div>
<div class="text-#939393 text-12px mb-31px">&nbsp&nbsp&nbsp{{ t('collectCode.signature.result.getNumber') }}&nbsp&nbsp&nbsp</div>
<div class="relative">
<img class="w-258px h-144px" src="@/static/images/zu6020@2x.png" alt="">
<div class="absolute text-#FDD68D text-68px bottom-1px left-1/2 transform translate-x--1/2">{{auctionUserNo}}</div>

View File

@ -10,7 +10,6 @@ const payStatus=ref(0)
definePageMeta({
i18n: 'payment.title'
})
const {t}=useI18n()
const router=useRouter()
const changePayStatus=()=>{
payStatus.value=payStatus.value===0?1:0
@ -73,12 +72,12 @@ const handleInput = (e) => {
<div class="mb-30px">
<img class="w-126px h-126px" src="@/static/images/dddf34@2x.png" alt="">
</div>
<div class="text-#1A1A1A text-16px mb-25px font-bold">{{payStatus===0 ? t('payment.fullPayment') : t('payment.partialPayment')}}</div>
<div class="text-#1A1A1A text-16px mb-25px font-bold">{{payStatus===0 ? t('payment.payAll') : t('payment.payPartial')}}</div>
<div class="text-#999999 text-16px mb-24px font-bold" v-if="payStatus===0">{{payment.leftCurrency}} {{payment?.leftPrice}}</div>
<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')}${payment.leftCurrency}${payment?.leftPrice}`" @input="handleInput">
<input v-model="amount" class="w-272px h-48px bg-#F3F3F3 px-11px text-16px" type="text" :placeholder="`最多${payment.leftCurrency}${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.payAll') : t('payment.payPartial')}}</div>
<div class="w-full mt-auto mb-40px">
<van-button type="primary" block @click="confirmPay">
{{ t('payment.confirm') }}

View File

@ -6,7 +6,7 @@ definePageMeta({
</script>
<template>
<div class="px-10px pt-20px pb-60px"><iframe class="w-full h-100vh" src="/privacyPolicy.html"></iframe></div>
<div class="px-10px py-20px"><iframe class="w-full h-100vh" src="/privacyPolicy.html"></iframe></div>
</template>
<style scoped>

View File

@ -258,7 +258,7 @@
"systemError": "系统错误,请稍后重试"
},
"placeholder": {
"amount": "最多"
"amount": "最多{currency}{price}"
},
"amount": "支付金额"
},
@ -411,12 +411,11 @@
"fullPayment": "支付全部",
"partialPayment": "支付部分",
"confirmPayment": "确认支付",
"text1": "最多",
"maxAmount": "最多{currency}{price}",
"enterAmount": "请输入金额",
"exceedTotal": "不得高于全部金额"
},
"signature": {
"resultText": "领取您的专属号牌",
"title": "签署",
"back": "返回",
"clear": "清空",