国际化
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
<div class="content">
|
||||
<j-gap height="120" background="#F9BF3A" opacity="0"/>
|
||||
<van-cell-group inset>
|
||||
<van-cell :style="{ padding: px2vw(40) + ' ' + px2vw(35)}" title="我的资料" is-link to="userInfo1" :value="userInfo.cardFlag ? '完整' : '不完整'">
|
||||
<van-cell :style="{ padding: px2vw(40) + ' ' + px2vw(35)}" title="我的资料" is-link to="userInfo1" :value="userInfo.cardFlag ? $t('app.complete') : $t('app.noComplete')">
|
||||
<template #title>
|
||||
<div class="t">身份信息</div>
|
||||
<div class="t2">*让我们了解您的资料信息</div>
|
||||
<div class="t">{{ $t('app.identityInformation') }}</div>
|
||||
<div class="t2">*{{ $t('app.rwmljndzlxx') }}</div>
|
||||
</template>
|
||||
<template #icon>
|
||||
<div style="display: flex; justify-content: center; align-items: center; padding-right: 12px">
|
||||
@@ -15,10 +15,10 @@
|
||||
</template>
|
||||
</van-cell>
|
||||
|
||||
<van-cell :style="{ padding: px2vw(40) + ' ' + px2vw(35)}" title="我的借款" is-link to="userInfo2" :value="userInfo.infoFlag ? '完整' : '不完整'">
|
||||
<van-cell :style="{ padding: px2vw(40) + ' ' + px2vw(35)}" title="我的借款" is-link to="userInfo2" :value="userInfo.infoFlag ? $t('app.complete') : $t('app.noComplete')">
|
||||
<template #title>
|
||||
<div class="t">资料信息</div>
|
||||
<div class="t2">*让我们了解您的资料信息</div>
|
||||
<div class="t">{{ $t('app.information') }}</div>
|
||||
<div class="t2">*{{ $t('app.rwmljndzlxx') }}</div>
|
||||
</template>
|
||||
<template #icon>
|
||||
<div style="display: flex; justify-content: center; align-items: center; padding-right: 12px">
|
||||
@@ -27,10 +27,10 @@
|
||||
</template>
|
||||
</van-cell>
|
||||
|
||||
<van-cell :style="{ padding: px2vw(40) + ' ' + px2vw(35)}" title="我的还款" is-link to="userInfo3" :value="userInfo.bankFlag ? '完整' : '不完整'">
|
||||
<van-cell :style="{ padding: px2vw(40) + ' ' + px2vw(35)}" title="我的还款" is-link to="userInfo3" :value="userInfo.bankFlag ? $t('app.complete') : $t('app.noComplete')">
|
||||
<template #title>
|
||||
<div class="t">收款银行卡</div>
|
||||
<div class="t2">*让我们了解您的资料信息</div>
|
||||
<div class="t">{{ $t('app.receivingBank') }}</div>
|
||||
<div class="t2">*{{ $t('app.rwmljndzlxx') }}</div>
|
||||
</template>
|
||||
<template #icon>
|
||||
<div style="display: flex; justify-content: center; align-items: center; padding-right: 12px">
|
||||
@@ -38,10 +38,10 @@
|
||||
</div>
|
||||
</template>
|
||||
</van-cell>
|
||||
<van-cell v-if="userInfo.allowSignature" :style="{ padding: px2vw(40) + ' ' + px2vw(35)}" title="我的借款" is-link to="signature" :value="userInfo.signatureFlag ? '完整' : '不完整'" >
|
||||
<van-cell v-if="userInfo.allowSignature" :style="{ padding: px2vw(40) + ' ' + px2vw(35)}" :title="$t('my.loan')" is-link to="signature" :value="userInfo.signatureFlag ? $t('app.complete') : $t('app.noComplete')" >
|
||||
<template #title>
|
||||
<div class="t">签名信息</div>
|
||||
<div class="t2">*让我们了解您的资料信息</div>
|
||||
<div class="t">{{ $t('app.signatureInformation') }}</div>
|
||||
<div class="t2">*{{ $t('app.rwmljndzlxx') }}</div>
|
||||
</template>
|
||||
<template #icon>
|
||||
<div style="display: flex; justify-content: center; align-items: center; padding-right: 12px">
|
||||
@@ -59,7 +59,7 @@
|
||||
style="width: 100%; "
|
||||
@click.stop="goHome"
|
||||
>
|
||||
立即借款
|
||||
{{ $t('home.immediateBorrowing') }}
|
||||
</van-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user