You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
884 B
18 lines
884 B
5 years ago
|
<view class="page">
|
||
|
<template name="user_head">
|
||
|
<div class="common_title">基本信息</div>
|
||
|
<wux-cell-group class="common_cell_group">
|
||
|
<wux-cell title="真实姓名" extra="{{detailsData.realName}}"></wux-cell>
|
||
|
<wux-cell title="身份证号" extra="{{detailsData.identityNo}}"></wux-cell>
|
||
|
<wux-cell title="手机号" extra="{{detailsData.mobile}}"></wux-cell>
|
||
|
</wux-cell-group>
|
||
|
<view class="common_thick_line"></view>
|
||
|
<div class="common_title">居住地址</div>
|
||
|
<wux-cell-group class="common_cell_group">
|
||
|
<wux-cell title="*路*号" extra="{{detailsData.road}}"></wux-cell>
|
||
|
<wux-cell title="小区名称" extra="{{detailsData.villageName}}"></wux-cell>
|
||
|
<wux-cell title="详细地址" extra="{{detailsData.dwellingPlace}}"></wux-cell>
|
||
|
</wux-cell-group>
|
||
|
<view class="common_thick_line"></view>
|
||
|
</template>
|
||
|
</view>
|