Commit 413b0549 authored by Mac's avatar Mac

1

parent 90be156b
......@@ -34,9 +34,9 @@
<view class="boxtc-b-item">{{item.Marriage}}</view>
</view>
</view>
<view class="boxt-r" v-if="item.MatchingRate>0">
<!-- <view class="boxt-r" v-if="item.MatchingRate>0">
匹配度 {{item.MatchingRate}}%
</view>
</view> -->
</view>
<view class="box-img">
<view v-if="navs.listStyle==-1 && item.AlbumList.length>0" class="box-img-one">
......
......@@ -32,9 +32,9 @@
length="90%"
height='100%'
>
<view class="popupbox" :style="{'padding-bottom':cHeight+'px'}">
<text class="popupbox_text" style="margin-top: 15px;">布局模式</text>
<scroll-view :scroll-y="true" :enable-back-to-top="true" :enable-flex="true"
style="height: calc(100vh - 65px)">
<view class="popupbox_text" style="margin-top: 15px;">布局模式</view>
<view class="popup_item">
<u-radio-group v-model="Styletype">
<u-radio
......@@ -48,9 +48,9 @@
</u-radio>
</u-radio-group>
</view>
<text class="popupbox_text" style="margin-top: 15px;">年龄
<view class="popupbox_text" style="margin-top: 15px;">年龄
<text style="margin-left: 15px;">{{msg.Age}}~{{msg.EndAge}}</text>
</text>
</view>
<!-- 区间滑块 -->
<view class="popup_item" style="margin-top: 0;">
<rangeSlider :width="592" :height="120" :liveMode="true" background-color="#DADCE6D9"
......@@ -58,9 +58,9 @@
:values="ages"></rangeSlider>
</view>
<text class="popupbox_text" style="margin-top: 0px;">身高
<view class="popupbox_text" style="margin-top: 0px;">身高
<text style="margin-left: 15px;">{{msg.Height}}~{{msg.EndHeight}}cm</text>
</text>
</view>
<!-- 区间滑块 -->
<view class="popup_item" style="margin-top: 0;">
<rangeSlider :width="592" :height="120" :liveMode="true" background-color="#DADCE6D9"
......@@ -68,9 +68,9 @@
:values="Heights"></rangeSlider>
</view>
<text class="popupbox_text" style="margin-top: 0px;">体重
<view class="popupbox_text" style="margin-top: 0px;">体重
<text style="margin-left: 15px;">{{msg.Weight}}~{{msg.EndWeight}}kg</text>
</text>
</view>
<!-- 区间滑块 -->
<view class="popup_item" style="margin-top: 0;">
<rangeSlider :width="592" :height="120" :liveMode="true" background-color="#DADCE6D9"
......@@ -78,16 +78,16 @@
:values="Weights"></rangeSlider>
</view>
<text class="popupbox_text" style="margin-top: 0px;">年收入
<view class="popupbox_text" style="margin-top: 0px;">年收入
<text style="margin-left: 15px;">{{msg.YearMoney}}~{{msg.EndYearMoney}}</text>
</text>
</view>
<!-- 区间滑块 -->
<view class="popup_item">
<rangeSlider :width="592" :height="120" :liveMode="true" background-color="#DADCE6D9"
:block-size="36" :active-color="mainColor" min="0" max="500" @rangechange="rangechange4"
:values="YearMoeys"></rangeSlider>
</view>
<text class="popupbox_text" style="margin-top: 0px;">学历</text>
<view class="popupbox_text" style="margin-top: 0px;">学历</view>
<view class="popup_item" >
<text v-if='education.length==0' style="width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;">暂无数据</text>
<u-radio-group v-model="msg.EducationType" v-if='education.length>0'>
......@@ -103,7 +103,7 @@
</u-radio>
</u-radio-group>
</view>
<text class="popupbox_text" style="margin-top: 10px;">婚姻</text>
<view class="popupbox_text" style="margin-top: 10px;">婚姻</view>
<view class="popup_item" >
<text v-if='marriage.length==0' style="width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;">暂无数据</text>
......@@ -120,7 +120,7 @@
</u-radio>
</u-radio-group>
</view>
<text class="popupbox_text" style="margin-top: 10px;">房产</text>
<view class="popupbox_text" style="margin-top: 10px;">房产</view>
<view class="popup_item" >
<text v-if='house.length==0' style="width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;">暂无数据</text>
......@@ -137,7 +137,7 @@
</u-radio>
</u-radio-group>
</view>
<text class="popupbox_text" style="margin-top: 10px;">车产</text>
<view class="popupbox_text" style="margin-top: 10px;">车产</view>
<view class="popup_item" style="margin-bottom: 10px;">
<text v-if='car.length==0' style="width: 100%;display: flex;align-items: center;justify-content: center;color: #999999;">暂无数据</text>
......@@ -165,7 +165,7 @@
<text>确定</text>
</view>
</view>
</view>
</scroll-view>
</u-popup>
</div>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment