|
|
@@ -84,7 +84,7 @@
|
|
|
|
|
|
<!-- 参与活动 -->
|
|
|
<view class="index-box" style="margin-top: 50rpx;" v-if="matchList.length>0">
|
|
|
- <view class="index-box-title">参与活动</view>
|
|
|
+ <view class="index-box-title">更多活动</view>
|
|
|
<view class="map-ac">
|
|
|
<scroll-view scroll-x="true" class="map-acs" >
|
|
|
<view class="li" v-for="(item,index) in matchList" :key="index" @click="jumpUrl('/match/activityDetail/activityDetail?id='+item.id)">
|
|
|
@@ -98,6 +98,114 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
+ <!-- 投保案例 -->
|
|
|
+ <view class="index-box" style="margin:0;padding: 30rpx;background-color: #f5f5f5;" v-if="matchList.length>0">
|
|
|
+ <view class="index-box-title">投保案例</view>
|
|
|
+ <view>
|
|
|
+ <view class="tbal-nav ddflex">
|
|
|
+ <view class="tbal-nav-item tbal-nav-item-active">
|
|
|
+ <view>单身期</view>
|
|
|
+ <view class="tbal-nav-label">20~30岁</view>
|
|
|
+ </view>
|
|
|
+ <view class="tbal-nav-item">
|
|
|
+ <view>形成期</view>
|
|
|
+ <view class="tbal-nav-label">20~30岁</view>
|
|
|
+ </view>
|
|
|
+ <view class="tbal-nav-item">
|
|
|
+ <view>成长期</view>
|
|
|
+ <view class="tbal-nav-label">20~30岁</view>
|
|
|
+ </view>
|
|
|
+ <view class="tbal-nav-item">
|
|
|
+ <view>成熟期</view>
|
|
|
+ <view class="tbal-nav-label">20~30岁</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="tbal-item ddflex" v-for="item in 2">
|
|
|
+ <image class="tbal-pic" src="/static/images/lj_img.png"></image>
|
|
|
+ <view class="flex">
|
|
|
+ <view class="tbal-title">单身青年</view>
|
|
|
+ <view class="ddflex">
|
|
|
+ <view class="ddflex flex">
|
|
|
+ <view class="tbal-price">8633元</view>
|
|
|
+ <view class="tbal-price-text">年缴费</view>
|
|
|
+ </view>
|
|
|
+ <view class="tbal-line"></view>
|
|
|
+ <view class="ddflex flex">
|
|
|
+ <view class="tbal-price">130万</view>
|
|
|
+ <view class="tbal-price-text">总保额 </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="tbal-btn">去看看</view>
|
|
|
+ </view>
|
|
|
+ <view class="tbal-tag">清洁版</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 真实理赔故事 -->
|
|
|
+ <view class="index-box">
|
|
|
+ <view class="index-box-title">真实理赔故事</view>
|
|
|
+ <view class="map-ac">
|
|
|
+ <scroll-view scroll-x="true" class="map-acs ddflex" style="height: 430rpx;">
|
|
|
+ <view class="lpgs-item" v-for="items,indexs in 3 ">
|
|
|
+ <image class="lpgs-icon" src="../../static/images/lpgs_icon.png"></image>
|
|
|
+ <view :class="'lpgs-header '+(indexs%2==0?'lpgs-header-c':'')">
|
|
|
+ <view>重疾险</view>
|
|
|
+ </view>
|
|
|
+ <view class="lpgs-content">
|
|
|
+ <view class="lpgs-item-content ddflex" v-for="item in 2">
|
|
|
+ <view class="flex" style="min-width: 0;">
|
|
|
+ <view class="lpgs-item-content-title tovers">重大突发事件,国寿冲锋在前国寿冲锋在前国寿冲锋在前</view>
|
|
|
+ <view class="lpgs-item-content-look ddflex">
|
|
|
+ <image src="/static/images/eyes.png"></image>
|
|
|
+ <view>1.2万</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <image class="lpgs-item-content-pic" src="/static/images/lj_img.png"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </scroll-view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 发现 -->
|
|
|
+ <view class="index-box" style="margin:0;padding: 30rpx;background-color: #f5f5f5;" v-if="matchList.length>0">
|
|
|
+ <view class="map-ac">
|
|
|
+ <scroll-view scroll-x="true" class="map-acs ddflex" style="height: 70rpx;">
|
|
|
+ <view :class="'fx-nav '+(index==0?'fx-nav-active':'')" v-for="item,index in 10">健康生活</view>
|
|
|
+ </scroll-view>
|
|
|
+ </view>
|
|
|
+ <view class="fx-bar">
|
|
|
+ <view class="fx-header ddflex">
|
|
|
+ <view class="ddflex">
|
|
|
+ <view class="fx-header-title">健康生活</view>
|
|
|
+ <view class="fx-header-more">2.2万人转发</view>
|
|
|
+ </view>
|
|
|
+ <view class="fx-header-more ddflex">
|
|
|
+ 更多
|
|
|
+ <image src="/static/pages/images/more.png"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <view class="fx-item ddflex" v-for="item in 10">
|
|
|
+ <view class="flex" style="min-width: 0;">
|
|
|
+ <view class="fx-item-title tovers">3·15|手把手教你读懂“食品标签”,拒绝被“坑”3·15|手把手教你读懂“食品标签”,拒绝被“坑”</view>
|
|
|
+ <view class="ddflex" style="margin-top: 24rpx;">
|
|
|
+ <view class="fx-item-time">2023-03-13</view>
|
|
|
+ <view class="fx-item-look ddflex">
|
|
|
+ <image src="/static/images/eyes.png"></image>
|
|
|
+ <view>2.2万</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <image class="fx-item-pic" src="../../static/images/lj_img.png"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
<switchStore v-if="switchStoreShow && contact.length > 0 && merchant.id" :first="first" :merchant="merchant" :storeShow="storeShow" @onFather="click"></switchStore>
|
|
|
<!-- <component v-for="(item,index) in contact" ></component> -->
|
|
|
<!-- <ad></ad> -->
|
|
|
@@ -124,7 +232,10 @@
|
|
|
</view>
|
|
|
<view class="lond">加载中···</view>
|
|
|
</block>
|
|
|
- <footer-copyright v-if="logo"></footer-copyright>
|
|
|
+ <view class="foot-logo">
|
|
|
+ <image src="/static/images/zgrs_logo.png"></image>
|
|
|
+ </view>
|
|
|
+ <!-- <footer-copyright v-if="logo"></footer-copyright> -->
|
|
|
<contact-button img-url="/static/pages/images/kfico1_1.png" class-name="contact_index" button-text="客服"></contact-button>
|
|
|
<view class="guide" @tap="hideGuide" v-if="first"><image src="/static/pages/images/guide.png" mode="widthFix"></image></view>
|
|
|
<!-- <view class="placeholder-view" :style="'height:' + (bottomBlankHeight + 115) + 'rpx'"></view> -->
|