|
@@ -154,6 +154,7 @@
|
|
|
<van-cell title="身份类型" :value="user.id_type"></van-cell>
|
|
|
<van-cell title="家庭成员" :value="user.family.toString()"></van-cell>
|
|
|
<van-cell title="籍贯" :value="user.native"></van-cell>
|
|
|
+ <van-cell title="居住地" :value="user.live_place"></van-cell>
|
|
|
<van-cell title="民族" :value="user.nation"></van-cell>
|
|
|
<van-cell title="兴趣爱好" :value="user.hobby"></van-cell>
|
|
|
</van-cell-group>
|