mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化显示显示问题
This commit is contained in:
parent
8ca757e609
commit
2f9de6a7a5
@ -22,7 +22,14 @@ Page({
|
|||||||
desc: ''
|
desc: ''
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
name:'',
|
||||||
|
age:0,
|
||||||
|
sex:'',
|
||||||
|
typeCdName:'',
|
||||||
|
idCard:'',
|
||||||
|
expiry:'',
|
||||||
|
tel:'',
|
||||||
|
photoList:[]
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user