|
|
@@ -1,281 +1,270 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
- <!-- <view :class="'top-fixed' + (skinNotColor ? ' not-color' : '')" :style="'height: '+ systems.barHeight + 'rpx;'">
|
|
|
- <block v-if="about.CONFIG_PROJECT_TITLE_BG || about.CONFIG_PROJECT_TITLE_PIC">
|
|
|
- <image :src="about.CONFIG_PROJECT_TITLE_BG" class="topbg" v-if="about.CONFIG_PROJECT_TITLE_BG"></image>
|
|
|
- <view class="top-title" :style="'height: '+ systems.navigationHeight + 'rpx;top:' + systems.ktxStatusHeight + 'rpx;'" v-if="about.CONFIG_PROJECT_TITLE_PIC">
|
|
|
- <image :src="about.CONFIG_PROJECT_TITLE_PIC" mode="heightFix"></image>
|
|
|
+ <view :class="(about.greyTheme==1?'grayTheme':'')">
|
|
|
+ <view class="bg">
|
|
|
+ <image :src="about.INDEX_PIC"></image>
|
|
|
</view>
|
|
|
- </block>
|
|
|
- <view class="top-title" :style="'line-height: '+ systems.navigationHeight + 'rpx;top:' + systems.ktxStatusHeight + 'rpx;'" v-else>
|
|
|
- {{about.CONFIG_PROJECT_TITLE?about.CONFIG_PROJECT_TITLE:''}}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view :style="'height: '+ systems.barHeight + 'rpx;'"></view> -->
|
|
|
- <!-- <view @click="saoma()" style="z-index: 999;position: relative;">扫码</view> -->
|
|
|
- <view class="bg">
|
|
|
- <image :src="about.INDEX_PIC"></image>
|
|
|
- </view>
|
|
|
- <view v-if="!recommendCard">
|
|
|
- <view class="top-title ddflex" :style="'height: '+ systems.navigationHeight + 'rpx;top:' + systems.ktxStatusHeight + 'rpx;'">
|
|
|
- <image :src="about.CONFIG_PROJECT_LOGO" mode="heightFix"></image>
|
|
|
- {{about.CONFIG_PROJECT_TITLE?about.CONFIG_PROJECT_TITLE:''}}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="service-person" :style="'top:' + systems.ktxStatusHeight + 'rpx;'" v-if="recommendCard">
|
|
|
- <view class="ddflex" @click="jumpUrl('/card/index/index?cardId='+recommendCard.id)">
|
|
|
- <image class="service-person-header"
|
|
|
- :src="recommendCard.avatar?recommendCard.avatar:'../../static/pages/images/userimg.png'"></image>
|
|
|
- <view>
|
|
|
- <view class="service-person-name ddflex">
|
|
|
- <view>{{recommendCard.realName}}的微页</view>
|
|
|
- <image src="/static/images/rico2.png" class="rico"></image>
|
|
|
- </view>
|
|
|
- <view class="service-person-number">(工号:{{recommendCard.jobNumber}}) <text v-if="recommendCard&&userInfo.id!=recommendCard.userId">欢迎您来到我的微页</text></view>
|
|
|
+ <view v-if="!recommendCard">
|
|
|
+ <view class="top-title ddflex" :style="'height: '+ systems.navigationHeight + 'rpx;top:' + systems.ktxStatusHeight + 'rpx;'">
|
|
|
+ <image :src="about.CONFIG_PROJECT_LOGO" mode="heightFix"></image>
|
|
|
+ {{about.CONFIG_PROJECT_TITLE?about.CONFIG_PROJECT_TITLE:''}}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view style="margin: 20rpx 30rpx 0;justify-content: space-between;" class="ddflex">
|
|
|
- <view>
|
|
|
- <view class="ddflex">
|
|
|
- <view class="service-person-tag">{{recommendCard.companyName}}</view>
|
|
|
- <view class="service-person-tag">{{recommendCard.jobName}}</view>
|
|
|
+ <view class="service-person" :style="'top:' + systems.ktxStatusHeight + 'rpx;'" v-if="recommendCard">
|
|
|
+ <view class="ddflex" @click="jumpUrl('/card/index/index?cardId='+recommendCard.id)">
|
|
|
+ <image class="service-person-header"
|
|
|
+ :src="recommendCard.avatar?recommendCard.avatar:'../../static/pages/images/userimg.png'"></image>
|
|
|
+ <view>
|
|
|
+ <view class="service-person-name ddflex">
|
|
|
+ <view>{{recommendCard.realName}}的微页</view>
|
|
|
+ <image src="/static/images/rico2.png" class="rico"></image>
|
|
|
+ </view>
|
|
|
+ <view class="service-person-number">(工号:{{recommendCard.jobNumber}}) <text v-if="recommendCard&&userInfo.id!=recommendCard.userId">欢迎您来到我的微页</text></view>
|
|
|
</view>
|
|
|
- <view class="service-person-options ddflex">
|
|
|
- <view class="service-person-option ddflex">
|
|
|
- <image src="/static/pages/images/dz.png"></image>
|
|
|
- <view>{{recommendCard.favorableComment}}%</view>
|
|
|
+ </view>
|
|
|
+ <view style="margin: 20rpx 30rpx 0;justify-content: space-between;" class="ddflex">
|
|
|
+ <view>
|
|
|
+ <view class="ddflex">
|
|
|
+ <view class="service-person-tag">{{recommendCard.companyName}}</view>
|
|
|
+ <view class="service-person-tag">{{recommendCard.jobName}}</view>
|
|
|
</view>
|
|
|
- <view class="service-person-option ddflex">
|
|
|
- <image src="/static/pages/images/cy.png"></image>
|
|
|
- <view>入司{{recommendCard.inDate?monthDayDiff(recommendCard.inDate):'1年'}}</view>
|
|
|
+ <view class="service-person-options ddflex">
|
|
|
+ <view class="service-person-option ddflex">
|
|
|
+ <image src="/static/pages/images/dz.png"></image>
|
|
|
+ <view>{{recommendCard.favorableComment}}%</view>
|
|
|
+ </view>
|
|
|
+ <view class="service-person-option ddflex">
|
|
|
+ <image src="/static/pages/images/cy.png"></image>
|
|
|
+ <view>入司{{recommendCard.inDate?monthDayDiff(recommendCard.inDate):'1年'}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="service-person-option ddflex">
|
|
|
+ <image src="/static/pages/images/fw.png"></image>
|
|
|
+ <view>为{{recommendCard.cntCust?recommendCard.cntCust:0}}人服务</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="service-person-option ddflex">
|
|
|
- <image src="/static/pages/images/fw.png"></image>
|
|
|
- <view>为{{recommendCard.cntCust?recommendCard.cntCust:0}}人服务</view>
|
|
|
+ </view>
|
|
|
+ <view class="ddflex">
|
|
|
+ <view class="service-person-phone" v-if="recommendCard.phone"
|
|
|
+ @click="callPhone(recommendCard.phone)">
|
|
|
+ <image src="../../static/pages/images/dh.png"></image>
|
|
|
+ <view>电话</view>
|
|
|
+ </view>
|
|
|
+ <view class="service-person-phone" v-if="recommendCard.wechat" @click="isShowCodePop=true">
|
|
|
+ <image src="../../static/pages/images/wx.png"></image>
|
|
|
+ <view>微信</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="ddflex">
|
|
|
- <view class="service-person-phone" v-if="recommendCard.phone"
|
|
|
- @click="callPhone(recommendCard.phone)">
|
|
|
- <image src="../../static/pages/images/dh.png"></image>
|
|
|
- <view>电话</view>
|
|
|
- </view>
|
|
|
- <view class="service-person-phone" v-if="recommendCard.wechat" @click="isShowCodePop=true">
|
|
|
- <image src="../../static/pages/images/wx.png"></image>
|
|
|
- <view>微信</view>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
+ <view style="height: 610rpx;"></view>
|
|
|
+ <view v-for="(item, index) in contact" :key="index">
|
|
|
+ <!-- 弹窗广告 -->
|
|
|
+ <view style="position: absolute;top:290rpx;left: 0;right: 0;">
|
|
|
+ <banner v-if="item == 'ad' && bannerShow" :bannerList="bannerList" :url="site" :web="url"
|
|
|
+ :config="about" :couponList="couponList" :officeList="officeList"
|
|
|
+ :districtTemplate="districtTemplate"></banner>
|
|
|
</view>
|
|
|
+ <district v-if="item == 'king_kong_district' && districtShow" :url="site" :web="url"
|
|
|
+ :districtTemplate="districtTemplate"></district>
|
|
|
+
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view style="height: 610rpx;"></view>
|
|
|
- <view v-for="(item, index) in contact" :key="index">
|
|
|
- <!-- 弹窗广告 -->
|
|
|
- <view style="position: absolute;top:290rpx;left: 0;right: 0;">
|
|
|
- <banner v-if="item == 'ad' && bannerShow" :bannerList="bannerList" :url="site" :web="url"
|
|
|
- :config="about" :couponList="couponList" :officeList="officeList"
|
|
|
- :districtTemplate="districtTemplate"></banner>
|
|
|
+
|
|
|
+ <view class="index-box" style="margin-top: 10rpx;" v-if="hotActivityList.length>0">
|
|
|
+ <view class="index-box-title">热门活动</view>
|
|
|
+ <view class="ddflex" style="margin-top: 20rpx;">
|
|
|
+ <view style="margin-right: 20rpx;">
|
|
|
+ <image class="pic230" :src="hotActivityList[0].pic" @click="getUrlHot(hotActivityList[0])"></image>
|
|
|
+ <image class="pic230" style="margin-top: 20rpx;" :src="hotActivityList[1].pic" @click="getUrlHot(hotActivityList[1])"></image>
|
|
|
+ </view>
|
|
|
+ <image class="pic480" :src="hotActivityList[2].pic" @click="getUrlHot(hotActivityList[2])"></image>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <district v-if="item == 'king_kong_district' && districtShow" :url="site" :web="url"
|
|
|
- :districtTemplate="districtTemplate"></district>
|
|
|
-
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="index-box" style="margin-top: 10rpx;" v-if="hotActivityList.length>0">
|
|
|
- <view class="index-box-title">热门活动</view>
|
|
|
- <view class="ddflex" style="margin-top: 20rpx;">
|
|
|
- <view style="margin-right: 20rpx;">
|
|
|
- <image class="pic230" :src="hotActivityList[0].pic" @click="getUrlHot(hotActivityList[0])"></image>
|
|
|
- <image class="pic230" style="margin-top: 20rpx;" :src="hotActivityList[1].pic" @click="getUrlHot(hotActivityList[1])"></image>
|
|
|
+
|
|
|
+ <!-- 参与活动 -->
|
|
|
+ <view class="index-box" style="margin-top: 50rpx;" v-if="matchList.length>0">
|
|
|
+ <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)">
|
|
|
+ <view style="position: relative;border-radius: 20rpx;overflow: hidden;">
|
|
|
+ <image :src="item.pic ? item.pic : '/static/images/def_zw1.png'" mode="aspectFill"></image>
|
|
|
+ <view class="ac-type" v-if="item.categoryName">{{ item.categoryName }}</view>
|
|
|
+ </view>
|
|
|
+ <view class="ac-title tovers">{{ item.title }}</view>
|
|
|
+ </view>
|
|
|
+ </scroll-view>
|
|
|
</view>
|
|
|
- <image class="pic480" :src="hotActivityList[2].pic" @click="getUrlHot(hotActivityList[2])"></image>
|
|
|
</view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 参与活动 -->
|
|
|
- <view class="index-box" style="margin-top: 50rpx;" v-if="matchList.length>0">
|
|
|
- <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)">
|
|
|
- <view style="position: relative;border-radius: 20rpx;overflow: hidden;">
|
|
|
- <image :src="item.pic ? item.pic : '/static/images/def_zw1.png'" mode="aspectFill"></image>
|
|
|
- <view class="ac-type" v-if="item.categoryName">{{ item.categoryName }}</view>
|
|
|
+
|
|
|
+ <!-- 投保案例 -->
|
|
|
+ <view class="index-box" style="margin:0;padding: 30rpx;background-color: #f5f5f5;" v-if="tbalList.length>0">
|
|
|
+ <view class="index-box-title">投保案例</view>
|
|
|
+ <view>
|
|
|
+ <view class="tbal-nav ddflex">
|
|
|
+ <view :class="'tbal-nav-item '+(tbalIndex==index?'tbal-nav-item-active':'' )"
|
|
|
+ v-for="item,index in tbalList" @click="changeTbalTab(index)" :key="index">
|
|
|
+ <view>{{item.name}}</view>
|
|
|
+ <view class="tbal-nav-label" v-if="index==0">20~30岁</view>
|
|
|
+ <view class="tbal-nav-label" v-else-if="index==1">25-35岁</view>
|
|
|
+ <view class="tbal-nav-label" v-else-if="index==2">30-50岁</view>
|
|
|
+ <view class="tbal-nav-label" v-else-if="index==3">50-65岁</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <block v-if="tbalContentList.length>0">
|
|
|
+ <view class="tbal-item ddflex" v-for="it in tbalContentList"
|
|
|
+ @click="jumpUrl('/topic/content/content?id='+it.id)">
|
|
|
+ <!-- @click="jumpUrl('/topic/alContent/alContent?id='+it.id)" -->
|
|
|
+ <image class="tbal-pic" :src="it.pic?it.pic:'/static/images/lj_img.png'" mode="aspectFill"></image>
|
|
|
+ <view class="flex">
|
|
|
+ <view class="tbal-title">{{it.title}}</view>
|
|
|
+ <view class="ddflex">
|
|
|
+ <view class="flex">
|
|
|
+ <view class="tbal-price">
|
|
|
+ {{it.fieldValues&&it.fieldValues.yearMoney?it.fieldValues.yearMoney:'0'}}
|
|
|
+ </view>
|
|
|
+ <view class="tbal-price-text">年缴费</view>
|
|
|
+ </view>
|
|
|
+ <view class="tbal-line"></view>
|
|
|
+ <view class="flex">
|
|
|
+ <view class="tbal-price">
|
|
|
+ {{it.fieldValues&&it.fieldValues.allMoney?it.fieldValues.allMoney:'0'}}
|
|
|
+ </view>
|
|
|
+ <view class="tbal-price-text">总保额 </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="tbal-btn">去看看</view>
|
|
|
+ </view>
|
|
|
+ <view class="tbal-tag" v-if="it.fieldValues&&it.fieldValues.version">{{it.fieldValues.version}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="ac-title tovers">{{ item.title }}</view>
|
|
|
+ </block>
|
|
|
+ <view class="nodata" v-else style="padding-top: 0rpx;">
|
|
|
+ <image :src="picUrlss+'empty_dd.png'"></image>
|
|
|
+ <text>暂无数据</text>
|
|
|
</view>
|
|
|
- </scroll-view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 投保案例 -->
|
|
|
- <view class="index-box" style="margin:0;padding: 30rpx;background-color: #f5f5f5;" v-if="tbalList.length>0">
|
|
|
- <view class="index-box-title">投保案例</view>
|
|
|
- <view>
|
|
|
- <view class="tbal-nav ddflex">
|
|
|
- <view :class="'tbal-nav-item '+(tbalIndex==index?'tbal-nav-item-active':'' )"
|
|
|
- v-for="item,index in tbalList" @click="changeTbalTab(index)" :key="index">
|
|
|
- <view>{{item.name}}</view>
|
|
|
- <view class="tbal-nav-label" v-if="index==0">20~30岁</view>
|
|
|
- <view class="tbal-nav-label" v-else-if="index==1">25-35岁</view>
|
|
|
- <view class="tbal-nav-label" v-else-if="index==2">30-50岁</view>
|
|
|
- <view class="tbal-nav-label" v-else-if="index==3">50-65岁</view>
|
|
|
+
|
|
|
+ <!-- 真实理赔故事 -->
|
|
|
+ <view class="index-box" v-if="lpalList.length>0">
|
|
|
+ <view class="index-box-title ddflex">
|
|
|
+ <text class="fflex">真实理赔故事</text>
|
|
|
+ <view class="fx-header-more ddflex"
|
|
|
+ @click="jumpUrl('/topic/contentList/contentList?code='+lpalCode+'&title=理赔案例')">
|
|
|
+ 更多
|
|
|
+ <image src="/static/pages/images/more.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
- <block v-if="tbalContentList.length>0">
|
|
|
- <view class="tbal-item ddflex" v-for="it in tbalContentList"
|
|
|
- @click="jumpUrl('/topic/content/content?id='+it.id)">
|
|
|
- <!-- @click="jumpUrl('/topic/alContent/alContent?id='+it.id)" -->
|
|
|
- <image class="tbal-pic" :src="it.pic?it.pic:'/static/images/lj_img.png'" mode="aspectFill"></image>
|
|
|
- <view class="flex">
|
|
|
- <view class="tbal-title">{{it.title}}</view>
|
|
|
- <view class="ddflex">
|
|
|
- <view class="flex">
|
|
|
- <view class="tbal-price">
|
|
|
- {{it.fieldValues&&it.fieldValues.yearMoney?it.fieldValues.yearMoney:'0'}}
|
|
|
+ <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 lpalList ">
|
|
|
+ <image class="lpgs-icon" src="../../static/images/lpgs_icon.png"></image>
|
|
|
+ <view :class="'lpgs-header '+(indexs%2==0?'':'lpgs-header-c')">
|
|
|
+ <view>{{items.name}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="lpgs-content" v-if="items.contentList&&items.contentList.length>0">
|
|
|
+ <view class="lpgs-item-content ddflex" v-for="item,index in items.contentList" :key="index"
|
|
|
+ @click="jumpUrl('/topic/content/content?id='+item.id)">
|
|
|
+ <view class="flex" style="min-width: 0;">
|
|
|
+ <view class="lpgs-item-content-title tovers">{{item.title}}</view>
|
|
|
+ <view class="lpgs-item-content-look ddflex">
|
|
|
+ <image src="/static/images/eyes.png"></image>
|
|
|
+ <view>{{unitFormat(item.browse)}}</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="tbal-price-text">年缴费</view>
|
|
|
+ <image class="lpgs-item-content-pic"
|
|
|
+ :src="item.pic?item.pic:'/static/images/lj_img.png'"></image>
|
|
|
</view>
|
|
|
- <view class="tbal-line"></view>
|
|
|
- <view class="flex">
|
|
|
- <view class="tbal-price">
|
|
|
- {{it.fieldValues&&it.fieldValues.allMoney?it.fieldValues.allMoney:'0'}}
|
|
|
- </view>
|
|
|
- <view class="tbal-price-text">总保额 </view>
|
|
|
+ </view>
|
|
|
+ <view class="lpgs-content" v-else>
|
|
|
+ <view class="nodata" style="padding-top: 40rpx;padding-bottom: 40rpx;">
|
|
|
+ <image :src="picUrlss+'empty_dd.png'" style="margin: 0 auto 0rpx;width: 208rpx;height: 139rpx;" mode="aspectFill"></image>
|
|
|
+ <text>暂无数据</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="tbal-btn">去看看</view>
|
|
|
</view>
|
|
|
- <view class="tbal-tag" v-if="it.fieldValues&&it.fieldValues.version">{{it.fieldValues.version}}
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </block>
|
|
|
- <view class="nodata" v-else style="padding-top: 0rpx;">
|
|
|
- <image :src="picUrlss+'empty_dd.png'"></image>
|
|
|
- <text>暂无数据</text>
|
|
|
+ </scroll-view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 真实理赔故事 -->
|
|
|
- <view class="index-box" v-if="lpalList.length>0">
|
|
|
- <view class="index-box-title ddflex">
|
|
|
- <text class="fflex">真实理赔故事</text>
|
|
|
- <view class="fx-header-more ddflex"
|
|
|
- @click="jumpUrl('/topic/contentList/contentList?code='+lpalCode+'&title=理赔案例')">
|
|
|
- 更多
|
|
|
- <image src="/static/pages/images/more.png"></image>
|
|
|
+
|
|
|
+ <!-- 发现 -->
|
|
|
+ <view class="index-box" style="margin:0;padding: 30rpx;background-color: #f5f5f5;" v-if="fxList.length>0">
|
|
|
+ <view class="map-ac">
|
|
|
+ <scroll-view scroll-x="true" class="map-acs ddflex" style="height: 70rpx;">
|
|
|
+ <view :class="'fx-nav '+(fxIndex==index?'fx-nav-active':'')" v-for="item,index in fxList"
|
|
|
+ @click="changeFxTab(index)">{{item.name}}</view>
|
|
|
+ </scroll-view>
|
|
|
</view>
|
|
|
- </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 lpalList ">
|
|
|
- <image class="lpgs-icon" src="../../static/images/lpgs_icon.png"></image>
|
|
|
- <view :class="'lpgs-header '+(indexs%2==0?'':'lpgs-header-c')">
|
|
|
- <view>{{items.name}}</view>
|
|
|
+ <view class="fx-bar">
|
|
|
+ <view class="fx-header ddflex">
|
|
|
+ <view class="ddflex">
|
|
|
+ <view class="fx-header-title">{{fxList[fxIndex].name}}</view>
|
|
|
+ <view class="fx-header-more">{{unitFormat(fxList[fxIndex].shareCount?fxList[fxIndex].shareCount:0)}}人浏览</view>
|
|
|
</view>
|
|
|
- <view class="lpgs-content" v-if="items.contentList&&items.contentList.length>0">
|
|
|
- <view class="lpgs-item-content ddflex" v-for="item,index in items.contentList" :key="index"
|
|
|
- @click="jumpUrl('/topic/content/content?id='+item.id)">
|
|
|
- <view class="flex" style="min-width: 0;">
|
|
|
- <view class="lpgs-item-content-title tovers">{{item.title}}</view>
|
|
|
- <view class="lpgs-item-content-look ddflex">
|
|
|
+ <view class="fx-header-more ddflex"
|
|
|
+ @click="jumpUrl('/topic/contentList/contentList?code='+fxList[fxIndex].code+'&title='+fxList[fxIndex].name)">
|
|
|
+ 更多
|
|
|
+ <image src="/static/pages/images/more.png"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view v-if="fxContentList.length>0">
|
|
|
+ <view class="fx-item ddflex" v-for="item in fxContentList"
|
|
|
+ @click="jumpUrl('/topic/content/content?id='+item.id)">
|
|
|
+ <view class="flex" style="min-width: 0;">
|
|
|
+ <view class="fx-item-title tovers">{{item.title}}</view>
|
|
|
+ <view class="ddflex" style="margin-top: 24rpx;">
|
|
|
+ <view class="fx-item-time">{{formatTime(item.createDate)}}</view>
|
|
|
+ <view class="fx-item-look ddflex">
|
|
|
<image src="/static/images/eyes.png"></image>
|
|
|
<view>{{unitFormat(item.browse)}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <image class="lpgs-item-content-pic"
|
|
|
- :src="item.pic?item.pic:'/static/images/lj_img.png'"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="lpgs-content" v-else>
|
|
|
- <view class="nodata" style="padding-top: 40rpx;padding-bottom: 40rpx;">
|
|
|
- <image :src="picUrlss+'empty_dd.png'" style="margin: 0 auto 0rpx;width: 208rpx;height: 139rpx;" mode="aspectFill"></image>
|
|
|
- <text>暂无数据</text>
|
|
|
</view>
|
|
|
+ <image class="fx-item-pic" :src="item.pic?item.pic:'../../static/images/lj_img.png'"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </scroll-view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- 发现 -->
|
|
|
- <view class="index-box" style="margin:0;padding: 30rpx;background-color: #f5f5f5;" v-if="fxList.length>0">
|
|
|
- <view class="map-ac">
|
|
|
- <scroll-view scroll-x="true" class="map-acs ddflex" style="height: 70rpx;">
|
|
|
- <view :class="'fx-nav '+(fxIndex==index?'fx-nav-active':'')" v-for="item,index in fxList"
|
|
|
- @click="changeFxTab(index)">{{item.name}}</view>
|
|
|
- </scroll-view>
|
|
|
+ <view class="nodata" v-else style="padding-top: 0rpx;padding-bottom: 40rpx;">
|
|
|
+ <image :src="picUrlss+'empty_dd.png'" style="margin: 0 auto 0rpx;width: 208rpx;height: 139rpx;" mode="aspectFill"></image>
|
|
|
+ <text>暂无数据</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="fx-bar">
|
|
|
- <view class="fx-header ddflex">
|
|
|
- <view class="ddflex">
|
|
|
- <view class="fx-header-title">{{fxList[fxIndex].name}}</view>
|
|
|
- <view class="fx-header-more">{{unitFormat(fxList[fxIndex].shareCount?fxList[fxIndex].shareCount:0)}}人浏览</view>
|
|
|
+
|
|
|
+ <!-- <component v-for="(item,index) in contact" ></component> -->
|
|
|
+ <!-- <ad></ad> -->
|
|
|
+ <block v-if="contactShow">
|
|
|
+ <view class="spinner">
|
|
|
+ <view class="spinner-container container1">
|
|
|
+ <view class="circle1"></view>
|
|
|
+ <view class="circle2"></view>
|
|
|
+ <view class="circle3"></view>
|
|
|
+ <view class="circle4"></view>
|
|
|
</view>
|
|
|
- <view class="fx-header-more ddflex"
|
|
|
- @click="jumpUrl('/topic/contentList/contentList?code='+fxList[fxIndex].code+'&title='+fxList[fxIndex].name)">
|
|
|
- 更多
|
|
|
- <image src="/static/pages/images/more.png"></image>
|
|
|
+ <view class="spinner-container container2">
|
|
|
+ <view class="circle1"></view>
|
|
|
+ <view class="circle2"></view>
|
|
|
+ <view class="circle3"></view>
|
|
|
+ <view class="circle4"></view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view v-if="fxContentList.length>0">
|
|
|
- <view class="fx-item ddflex" v-for="item in fxContentList"
|
|
|
- @click="jumpUrl('/topic/content/content?id='+item.id)">
|
|
|
- <view class="flex" style="min-width: 0;">
|
|
|
- <view class="fx-item-title tovers">{{item.title}}</view>
|
|
|
- <view class="ddflex" style="margin-top: 24rpx;">
|
|
|
- <view class="fx-item-time">{{formatTime(item.createDate)}}</view>
|
|
|
- <view class="fx-item-look ddflex">
|
|
|
- <image src="/static/images/eyes.png"></image>
|
|
|
- <view>{{unitFormat(item.browse)}}</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <image class="fx-item-pic" :src="item.pic?item.pic:'../../static/images/lj_img.png'"></image>
|
|
|
+ <view class="spinner-container container3">
|
|
|
+ <view class="circle1"></view>
|
|
|
+ <view class="circle2"></view>
|
|
|
+ <view class="circle3"></view>
|
|
|
+ <view class="circle4"></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="nodata" v-else style="padding-top: 0rpx;padding-bottom: 40rpx;">
|
|
|
- <image :src="picUrlss+'empty_dd.png'" style="margin: 0 auto 0rpx;width: 208rpx;height: 139rpx;" mode="aspectFill"></image>
|
|
|
- <text>暂无数据</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <!-- <component v-for="(item,index) in contact" ></component> -->
|
|
|
- <!-- <ad></ad> -->
|
|
|
- <block v-if="contactShow">
|
|
|
- <view class="spinner">
|
|
|
- <view class="spinner-container container1">
|
|
|
- <view class="circle1"></view>
|
|
|
- <view class="circle2"></view>
|
|
|
- <view class="circle3"></view>
|
|
|
- <view class="circle4"></view>
|
|
|
- </view>
|
|
|
- <view class="spinner-container container2">
|
|
|
- <view class="circle1"></view>
|
|
|
- <view class="circle2"></view>
|
|
|
- <view class="circle3"></view>
|
|
|
- <view class="circle4"></view>
|
|
|
- </view>
|
|
|
- <view class="spinner-container container3">
|
|
|
- <view class="circle1"></view>
|
|
|
- <view class="circle2"></view>
|
|
|
- <view class="circle3"></view>
|
|
|
- <view class="circle4"></view>
|
|
|
- </view>
|
|
|
+ <view class="lond">加载中···</view>
|
|
|
+ </block>
|
|
|
+ <view class="foot-logo">
|
|
|
+ <image src="/static/images/zgrs_logo.png"></image>
|
|
|
</view>
|
|
|
- <view class="lond">加载中···</view>
|
|
|
- </block>
|
|
|
- <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>
|
|
|
+ <!-- <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>
|
|
|
<!-- <view class="placeholder-view" :style="'height:' + (bottomBlankHeight + 115) + 'rpx'"></view> -->
|
|
|
<foot channel="home" :isUpdate="isUpdate"></foot>
|
|
|
@@ -283,7 +272,7 @@
|
|
|
|
|
|
<view class="ceng2" v-if="isShowCodePop" @click="isShowCodePop = false" @touchmove.stop.prevent="moveHandle">
|
|
|
</view>
|
|
|
- <view class="code-pop" v-if="isShowCodePop">
|
|
|
+ <view :class="'code-pop ' +(about.greyTheme==1?'grayTheme':'')" v-if="isShowCodePop">
|
|
|
<view class="code-content" v-if="recommendCard.wechatCode">
|
|
|
<image :src="recommendCard.wechatCode?recommendCard.wechatCode:'/static/images/wxCode.jpg'"
|
|
|
show-menu-by-longpress="true"></image>
|