国际化
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="action-content-item">
|
<view class="action-content-item">
|
||||||
<van-uploader :rules="[{ required: true, message: $t('userInfo.idCardUp3' }]" required :after-read="afterReadAvatar" :before-read="beforeRead" :max-count="1">
|
<van-uploader :rules="[{ required: true, message: $t('userInfo.idCardUp3') }]" required :after-read="afterReadAvatar" :before-read="beforeRead" :max-count="1">
|
||||||
<div class="id-card-box">
|
<div class="id-card-box">
|
||||||
<van-image v-if="userInfo.handCardPicture" :height="px2vw(156)" :src="userInfo.handCardPicture"
|
<van-image v-if="userInfo.handCardPicture" :height="px2vw(156)" :src="userInfo.handCardPicture"
|
||||||
:width="px2vw(236)"/>
|
:width="px2vw(236)"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user