|
@@ -53,6 +53,7 @@
|
|
<dt class="fb fz16 pb5 pr" @click="showDetail">
|
|
<dt class="fb fz16 pb5 pr" @click="showDetail">
|
|
<span class="bg-pink inline_block vam mr5 t_1 pr dian br"></span> 基本资料
|
|
<span class="bg-pink inline_block vam mr5 t_1 pr dian br"></span> 基本资料
|
|
<span class="pa rt">
|
|
<span class="pa rt">
|
|
|
|
+ <span class="show-more">查看更多</span>
|
|
<van-icon name="arrow"></van-icon>
|
|
<van-icon name="arrow"></van-icon>
|
|
</span>
|
|
</span>
|
|
</dt>
|
|
</dt>
|
|
@@ -63,21 +64,21 @@
|
|
</dd>
|
|
</dd>
|
|
</dl>
|
|
</dl>
|
|
<dl class="p15 pb10">
|
|
<dl class="p15 pb10">
|
|
- <dt class="fb fz16 pb5 pr" f="but_open_dialog" data-dialog="more">
|
|
|
|
|
|
+ <dt class="fb fz16 pb5 pr" @click="mating_show = true">
|
|
<span class="bg-pink inline_block vam mr5 t_1 pr dian br"></span> 择偶要求
|
|
<span class="bg-pink inline_block vam mr5 t_1 pr dian br"></span> 择偶要求
|
|
|
|
+ <span class="pa rt">
|
|
|
|
+ <span class="show-more">查看更多</span>
|
|
|
|
+ <van-icon name="arrow"></van-icon>
|
|
|
|
+ </span>
|
|
</dt>
|
|
</dt>
|
|
<dd class="fz14 pt10">
|
|
<dd class="fz14 pt10">
|
|
<span class="ptb5 bg_span plr8 br mb5 dib">年龄:{{mating_age}}</span>
|
|
<span class="ptb5 bg_span plr8 br mb5 dib">年龄:{{mating_age}}</span>
|
|
<span class="ptb5 bg_span plr8 br mb5 dib">身高:{{mating_high}}</span>
|
|
<span class="ptb5 bg_span plr8 br mb5 dib">身高:{{mating_high}}</span>
|
|
<span class="ptb5 bg_span plr8 br mb5 dib">体重:{{mating_weight}}</span>
|
|
<span class="ptb5 bg_span plr8 br mb5 dib">体重:{{mating_weight}}</span>
|
|
- <span class="ptb5 bg_span plr8 br mb5 dib" v-if="mating.native">籍贯:{{mating.native}}</span>
|
|
|
|
- <span class="ptb5 bg_span plr8 br mb5 dib"
|
|
|
|
- v-if="mating.education">学历:{{mating.education}}</span>
|
|
|
|
- <span class="ptb5 bg_span plr8 br mb5 dib" v-if="mating.job">职业:{{mating.job}}</span>
|
|
|
|
</dd>
|
|
</dd>
|
|
</dl>
|
|
</dl>
|
|
<dl class="p15 pb10">
|
|
<dl class="p15 pb10">
|
|
- <dt class="fb fz16 pb5 pr" f="but_open_dialog" data-dialog="more">
|
|
|
|
|
|
+ <dt class="fb fz16 pb5 pr">
|
|
<span class="bg-pink inline_block vam mr5 t_1 pr dian br"></span> 爱情宣言
|
|
<span class="bg-pink inline_block vam mr5 t_1 pr dian br"></span> 爱情宣言
|
|
</dt>
|
|
</dt>
|
|
<dd class="fz14 pb10 pt10 p-textarea">{{user.signature}}</dd>
|
|
<dd class="fz14 pb10 pt10 p-textarea">{{user.signature}}</dd>
|
|
@@ -139,26 +140,60 @@
|
|
<h3 class="fn fz16 color_red mb10 pt20 plr12">详细资料</h3>
|
|
<h3 class="fn fz16 color_red mb10 pt20 plr12">详细资料</h3>
|
|
<van-cell-group>
|
|
<van-cell-group>
|
|
<van-cell title="UID" :value="user.id"></van-cell>
|
|
<van-cell title="UID" :value="user.id"></van-cell>
|
|
- <van-cell title="用户名" :value="user.username ? user.username : '对方还未填写'"></van-cell>
|
|
|
|
|
|
+ <van-cell title="姓名" :value="user.username ? user.username : '对方还未填写'"></van-cell>
|
|
|
|
+ <van-cell title="性别" :value="user.sex_text"></van-cell>
|
|
<van-cell title="年龄" :value="user.age + '岁'"></van-cell>
|
|
<van-cell title="年龄" :value="user.age + '岁'"></van-cell>
|
|
<van-cell title="身高" :value="user.high ? user.high + 'CM' : '保密'"></van-cell>
|
|
<van-cell title="身高" :value="user.high ? user.high + 'CM' : '保密'"></van-cell>
|
|
<van-cell title="体重" :value="user.weight ? user.weight + 'KG' : '保密'"></van-cell>
|
|
<van-cell title="体重" :value="user.weight ? user.weight + 'KG' : '保密'"></van-cell>
|
|
|
|
+ <van-cell title="婚姻状况" :value="user.marry"></van-cell>
|
|
<van-cell title="学历" :value="user.education"></van-cell>
|
|
<van-cell title="学历" :value="user.education"></van-cell>
|
|
<van-cell title="年收入" :value="user.income"></van-cell>
|
|
<van-cell title="年收入" :value="user.income"></van-cell>
|
|
- <van-cell title="民族" :value="user.nation"></van-cell>
|
|
|
|
<van-cell title="工作单位" :value="user.company"></van-cell>
|
|
<van-cell title="工作单位" :value="user.company"></van-cell>
|
|
<van-cell title="职务" :value="user.job"></van-cell>
|
|
<van-cell title="职务" :value="user.job"></van-cell>
|
|
|
|
+ <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.nation"></van-cell>
|
|
<van-cell title="兴趣爱好" :value="user.hobby"></van-cell>
|
|
<van-cell title="兴趣爱好" :value="user.hobby"></van-cell>
|
|
</van-cell-group>
|
|
</van-cell-group>
|
|
<div class="split-block"></div>
|
|
<div class="split-block"></div>
|
|
<h3 class="fn fz16 color_red mb10 pt20 plr12">工作生活</h3>
|
|
<h3 class="fn fz16 color_red mb10 pt20 plr12">工作生活</h3>
|
|
<van-cell-group>
|
|
<van-cell-group>
|
|
|
|
+ <van-cell title="是否有房" :value="user.have_house"></van-cell>
|
|
|
|
+ <van-cell title="是否有车" :value="user.have_car"></van-cell>
|
|
|
|
+ <van-cell title="婚后是否愿意与父母同住" :value="user.with_parent_live"></van-cell>
|
|
<van-cell title="宗教信仰" :value="user.faith"></van-cell>
|
|
<van-cell title="宗教信仰" :value="user.faith"></van-cell>
|
|
<van-cell title="是否吸烟" :value="user.smoke"></van-cell>
|
|
<van-cell title="是否吸烟" :value="user.smoke"></van-cell>
|
|
<van-cell title="是否喝酒" :value="user.drink"></van-cell>
|
|
<van-cell title="是否喝酒" :value="user.drink"></van-cell>
|
|
</van-cell-group>
|
|
</van-cell-group>
|
|
</van-popup>
|
|
</van-popup>
|
|
|
|
|
|
|
|
+ <!--择偶要求-->
|
|
|
|
+ <van-popup v-model="mating_show" position="right" :style="{width: '100%',height: '100%'}">
|
|
|
|
+ <van-nav-bar
|
|
|
|
+ left-text="返回"
|
|
|
|
+ @click-left="mating_show = false"
|
|
|
|
+ >
|
|
|
|
+ <template #title>
|
|
|
|
+ <span class="fz18">择偶要求</span>
|
|
|
|
+ </template>
|
|
|
|
+ </van-nav-bar>
|
|
|
|
+ <van-cell-group>
|
|
|
|
+ <van-cell title="年龄" :value="mating_age"></van-cell>
|
|
|
|
+ <van-cell title="身高" :value="mating_high"></van-cell>
|
|
|
|
+ <van-cell title="体重" :value="mating_weight"></van-cell>
|
|
|
|
+ <van-cell title="籍贯" :value="mating.native"></van-cell>
|
|
|
|
+ <van-cell title="学历" :value="mating.education"></van-cell>
|
|
|
|
+ <van-cell title="年收入" :value="mating.income"></van-cell>
|
|
|
|
+ <van-cell title="身份类型" :value="mating.id_type"></van-cell>
|
|
|
|
+ <van-cell title="是否有房" :value="mating.have_house"></van-cell>
|
|
|
|
+ <van-cell title="是否有车" :value="mating.have_car"></van-cell>
|
|
|
|
+ <van-cell title="婚后是否愿意与父母同住" :value="mating.with_parent_live"></van-cell>
|
|
|
|
+ <van-cell title="是否吸烟" :value="mating.smoke"></van-cell>
|
|
|
|
+ <van-cell title="是否喝酒" :value="mating.drink"></van-cell>
|
|
|
|
+ </van-cell-group>
|
|
|
|
+ </van-popup>
|
|
|
|
+
|
|
<!--送礼物-->
|
|
<!--送礼物-->
|
|
<van-popup v-model="gift_show" round position="bottom">
|
|
<van-popup v-model="gift_show" round position="bottom">
|
|
<div class="br8 bg-white bsd">
|
|
<div class="br8 bg-white bsd">
|
|
@@ -223,6 +258,7 @@
|
|
image_index: 0,
|
|
image_index: 0,
|
|
gift_show: false,
|
|
gift_show: false,
|
|
detail_show: false,
|
|
detail_show: false,
|
|
|
|
+ mating_show: false,
|
|
is_favorite: {$is_favorite},
|
|
is_favorite: {$is_favorite},
|
|
is_select: {$is_select},
|
|
is_select: {$is_select},
|
|
is_friend: {$is_friend},
|
|
is_friend: {$is_friend},
|