12.17 事件详情相关概念,概念中心增加下拉刷新,分页加载,增加新闻详情展示
This commit is contained in:
@@ -26,21 +26,21 @@
|
||||
<view :class="'privilegeList '+(memberInfo.is_member?'vip':'')">
|
||||
<view class="header flex">
|
||||
<view class="privilege item">专属特权</view>
|
||||
<view class="item free">普通免费</view>
|
||||
<view class="item vip">VIP会员</view>
|
||||
<view class="item free">pro会员</view>
|
||||
<view class="item vip">max会员</view>
|
||||
</view>
|
||||
<view class="list">
|
||||
<view class="item flex" v-for="(item,index) in privilegeList" :key="index">
|
||||
<view class="optionItem privilege flex">{{item}}</view>
|
||||
<view class="optionItem free flexCenter">
|
||||
<block v-if="index==0||index==1||index==2">
|
||||
<block v-if="index>5">
|
||||
<image class="notContain" src="/pagesMine/static/icon/vip/notContain.png" mode="widthFix"></image>
|
||||
</block>
|
||||
<block v-if="index==3||index==4">
|
||||
<!-- <block v-if="index==3||index==4">
|
||||
<block v-if="index==3">限制查看数量</block>
|
||||
<block v-if="index==4">每日查看2只</block>
|
||||
</block>
|
||||
<block v-if="index==5||index==6">
|
||||
</block> -->
|
||||
<block v-else>
|
||||
<image class="contain" src="/pagesMine/static/icon/vip/contain.png" mode="widthFix"></image>
|
||||
</block>
|
||||
</view>
|
||||
@@ -65,7 +65,8 @@
|
||||
return {
|
||||
navH:inject('navHeight'),
|
||||
memberInfo:null, //会员信息
|
||||
privilegeList:['高效选股工具','股票基金明星榜单','定期专属晨报、股票动态','独家产业研报','个股产业分析','股票、基金基础指标','7x24 财经直播']
|
||||
privilegeList:['事件关联股票深度分析','历史事件智能对比复盘','事件概念关联与挖掘','概念板块个股追踪','概念深深度研报与解读','个股异动实时预警',
|
||||
'事件传导链路智能分析','概念演变时间轴追溯','个股全方位深度研究','价小前投研助手无限使用','新功能优先体验权','专属客服一对一服务']
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
Reference in New Issue
Block a user