优化显示显示问题

This commit is contained in:
wuxw 2020-01-02 18:15:08 +08:00
parent 8ca757e609
commit 2f9de6a7a5
2 changed files with 10 additions and 3 deletions

View File

@ -22,7 +22,14 @@ Page({
desc: '' desc: ''
} }
], ],
name:'',
age:0,
sex:'',
typeCdName:'',
idCard:'',
expiry:'',
tel:'',
photoList:[]
}, },
/** /**

View File

@ -13,7 +13,7 @@
<view class="block__title">身份信息</view> <view class="block__title">身份信息</view>
<van-cell-group> <van-cell-group>
<van-cell title="身份" value="{{typeCdName}}" /> <van-cell title="身份" value="{{typeCdName}}" />
<van-cell title="身份证" value="{{typeCdName}}" /> <van-cell title="身份证" value="{{idCard}}" />
<van-cell title="有效期" value="{{expiry}}" /> <van-cell title="有效期" value="{{expiry}}" />
<van-cell title="手机号" value="{{tel}}" /> <van-cell title="手机号" value="{{tel}}" />
</van-cell-group> </van-cell-group>
@ -23,7 +23,7 @@
<view class="aku_photo_view"> <view class="aku_photo_view">
<van-uploader file-list="{{ photoList }}" max-count="2" bind:after-read="afterRead" bind:delete="removePhoto" /> <van-uploader file-list="{{ photoList }}" max-count="2" bind:after-read="afterRead" bind:delete="removePhoto" />
<view> <view>
<text>请上传身份证正反面</text> <text>身份证正反面</text>
</view> </view>
</view> </view>