12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688 |
- <template>
- <div class="vipsubscribeRights">
- <div class="header">
- <Ad
- :ad="getAdID"
- :showCloseIcon="false"
- :showTag="false"
- @loaded="loadSuccess"
- ></Ad>
- <img
- src="@/assets/image/vip-subscribe/serve/head-img.png"
- v-if="!aDloadSuccess"
- alt=""
- />
- <div class="scrollbox">
- <div class="s-content">
- <van-swipe
- type="card"
- :height="tabheight"
- :width="tabwidth"
- :loop="false"
- @change="cardscroll"
- ref="card_"
- >
- <van-swipe-item
- :default="index"
- v-for="(item, index) in cardlist"
- :key="index"
- >
- <div
- :class="{
- 'card-item': true,
- 'blue-item': item.color === 'blue',
- 'yellow-item': item.color === 'yellow',
- 'yellowb-item': item.color === 'yellowb'
- }"
- @click="itemclick(index)"
- >
- <div class="card-head">
- <div class="left-text">{{ item.title }}</div>
- <div
- :class="{
- 'right-btn': true,
- 'btn-blue': item.color === 'blue',
- 'btn-yellow': item.color === 'yellow',
- 'btn-yellowb': item.color === 'yellowb'
- }"
- @click.stop="cardClick(item)"
- >
- {{
- item.title === '超级订阅' ? viperbtnText : memberbtnText
- }}
- </div>
- </div>
- <div
- :class="{
- 'tag-text': true,
- 'tag-blue': item.color === 'blue',
- 'tag-yellow': item.color === 'yellow',
- 'tag-yellowb': item.color === 'yellowb'
- }"
- >
- {{ item.tag }}
- </div>
- <div class="card-desc" v-html="item.desc"></div>
- </div>
- </van-swipe-item>
- </van-swipe>
- </div>
- </div>
- </div>
- <div class="content_box">
- <img
- src="@/assets/image/vip-subscribe/serve/title.png"
- class="titleImg"
- alt=""
- />
- <div class="tableModules" v-for="(item, index) in serveList" :key="index">
- <div class="m-title">{{ item.title }}</div>
- <div class="m-table">
- <div class="m-head">
- <div
- class="m-head-item"
- :class="i === 2 ? item.color : ''"
- v-for="(t, i) in item.head"
- :key="t"
- >
- {{ t }}
- </div>
- </div>
- <div
- class="m-content"
- :class="{ gray: (i + 1) % 2 === 0 }"
- v-for="(c, i) in item.content"
- :key="i"
- >
- <div class="con-item">
- <span
- :class="c.one"
- v-if="c.one && c.one.indexOf('icon-') !== -1"
- ></span>
- <div
- class="slot_box"
- v-else-if="c.one_slot"
- v-html="c.one_slot"
- ></div>
- <span class="text" v-else v-html="c.one"></span>
- </div>
- <div class="con-item con-cr-gray">
- <span
- :class="c.two"
- v-if="c.two && c.two.indexOf('icon-') !== -1"
- ></span>
- <div
- class="slot_box"
- v-else-if="c.two_slot"
- v-html="c.two_slot"
- ></div>
- <span class="text" v-else v-html="c.two"></span>
- </div>
- <div class="con-item" :class="item.color">
- <span
- :class="c.three"
- v-if="c.three && c.three.indexOf('icon-') !== -1"
- ></span>
- <div
- class="slot_box"
- v-else-if="c.three_slot"
- v-html="c.three_slot"
- ></div>
- <span class="text" v-else v-html="c.three"></span>
- </div>
- </div>
- </div>
- </div>
- <div class="middleModules">
- <div class="middle-tit">如果想进一步了解剑鱼标讯产品及服务</div>
- <div class="middle-desc">
- 请点击申请免费体验,我们将第一时间联系您,并推荐适合您需求的产品,或指派专业客户经理为您定制解决方案。
- </div>
- <div class="middle-btn" @click="gosource">申请免费体验</div>
- </div>
- <div class="bottomModules">
- <img src="@/assets/image/vip-subscribe/serve/hzhb.png" alt="" />
- </div>
- <div class="footer-group">
- <div class="group_item">
- <div class="phone-btn" @click="call_Phone('400-108-6670')">
- <div class="icon-phone"></div>
- <div class="btn-text">电话咨询</div>
- </div>
- <div class="wx-btn" @click="kefu_">
- <div class="icon-wx"></div>
- <div class="btn-text">在线客服</div>
- </div>
- </div>
- <div class="open-btn" @click="bottombtnClick">{{ bottombtnText }}</div>
- </div>
- </div>
- </div>
- </template>
- <script>
- import { getUserAccountInfo } from '@/api/modules'
- import { callPhone } from '@/utils/callFn'
- import { mapGetters } from 'vuex'
- import Ad from '@/components/ad/Ad.vue'
- import { Swipe, SwipeItem } from 'vant'
- import { px2px } from '@/utils'
- export default {
- name: 'vipsubscribeRights',
- components: {
- [Swipe.name]: Swipe,
- [SwipeItem.name]: SwipeItem,
- Ad
- },
- computed: {
- ...mapGetters('user', ['isLogin', 'isFree', 'isMember', 'isSuper']),
- viperbtnText() {
- if (this.isSuper) {
- if (this.renew) {
- // 允许立即续费
- return '立即续费'
- } else {
- return '续费咨询'
- }
- } else {
- return '立即开通'
- }
- },
- memberbtnText() {
- if (this.isMember) {
- return '续费咨询'
- } else {
- return '立即开通'
- }
- },
- bottombtnText() {
- if (this.tab == 0) {
- return this.viperbtnText
- } else {
- return this.memberbtnText
- }
- },
- serveList() {
- if (this.tab == 0) {
- return this.tableModules_free_vip
- } else if (this.tab == 1) {
- return this.tableModules_vip_member2
- } else if (this.tab == 2) {
- return this.tableModules_member2_memberP
- } else {
- return []
- }
- },
- tabheight() {
- return px2px('148px').replace('px', '')
- },
- tabwidth() {
- return px2px('323px').replace('px', '')
- },
- getAdID() {
- let code = ''
- if (this.$envs.inWX) {
- code = 'wx-vipServeList-header'
- } else {
- code = 'app-vipServeList-header'
- }
- return code
- }
- },
- watch: {},
- created() {
- this.getUserAccountInfoAjax()
- },
- mounted() {
- if (sessionStorage.getItem('vipserveTab')) {
- let tab = sessionStorage.getItem('vipserveTab')
- this.setswipeTo(tab)
- this.tab = tab
- sessionStorage.removeItem('vipserveTab')
- }
- },
- methods: {
- callPhone,
- loadSuccess() {
- this.aDloadSuccess = true
- },
- getUserAccountInfoAjax() {
- getUserAccountInfo().then((res) => {
- let data = res.data
- if (data.list && data.list.length > 0) {
- let list = data.list
- list.forEach((ele) => {
- if (ele.name === '超级订阅') {
- this.renew = ele.attr.renew || false
- }
- if (ele.name.includes('大会员')) {
- if (this.$envs.inApp) {
- this.hjLink = ele.attr.app || ''
- } else {
- this.hjLink = ele.attr.h5 || ''
- }
- }
- })
- }
- })
- },
- cardClick(item) {
- sessionStorage.setItem('vipserveTab', this.tab)
- if (item.title === '超级订阅') {
- if (this.viperbtnText === '立即开通') {
- location.href = '/jy_mobile/order/create/svip?type=buy'
- } else if (this.viperbtnText === '立即续费') {
- location.href = '/jy_mobile/order/create/svip?type=renew'
- } else {
- this.kefu_()
- }
- } else if (item.title === '大会员商机版2.0') {
- if (this.memberbtnText === '立即开通') {
- this.$router.push('/order/create/bigmember?meal=sj')
- } else if (this.memberbtnText === '续费咨询') {
- window.location.href = this.hjLink
- }
- } else if (item.title === '大会员专家版2.0') {
- if (this.memberbtnText === '立即开通') {
- this.$router.push('/order/create/bigmember?meal=zj')
- } else if (this.memberbtnText === '续费咨询') {
- window.location.href = this.hjLink
- }
- }
- },
- bottombtnClick() {
- let obj = {}
- if (this.tab == 0) {
- obj = { title: '超级订阅' }
- } else if (this.tab == 1) {
- obj = { title: '大会员商机版2.0' }
- } else if (this.tab == 2) {
- obj = { title: '大会员专家版2.0' }
- }
- this.cardClick(obj)
- },
- gosource() {
- sessionStorage.setItem('vipserveTab', this.tab)
- // 留资
- if (this.$envs.inWX) {
- location.href =
- '/weixin/frontPage/bigmember/free/perfect_info?source=wx_ServiceList_experience'
- } else if (this.$envs.inApp) {
- location.href =
- '/jyapp/frontPage/bigmember/free/perfect_info?source=app_ServiceList_experience'
- } else {
- location.href =
- '/jyapp/frontPage/bigmember/free/perfect_info?source=h5_ServiceList_experience'
- }
- },
- kefu_() {
- sessionStorage.setItem('vipserveTab', this.tab)
- if (this.$envs.inWX) {
- location.href = '/big/wx/page/customer'
- } else {
- location.href = '/jyapp/free/customer'
- }
- },
- call_Phone(tel) {
- this.callPhone(tel)
- },
- itemclick(index) {
- this.setswipeTo(index)
- if (index == 1) {
- let dom = document.querySelector('.van-swipe__track')
- this.$nextTick(() => {
- setTimeout(() => {
- dom.style.transform = `translateX(-${px2px('305px')})`
- }, 150)
- })
- }
- },
- cardscroll(val) {
- this.tab = val
- if (this.tab == 1) {
- let dom = document.querySelector('.van-swipe__track')
- this.$nextTick(() => {
- dom.style.transform = `translateX(-${px2px('305px')})`
- })
- }
- },
- setswipeTo(val) {
- this.$refs.card_.swipeTo(val)
- }
- },
- data() {
- return {
- aDloadSuccess: false,
- hjLink: '',
- tab: 0,
- renew: false,
- cardlist: [
- {
- title: '超级订阅',
- tag: '推荐个人、小微企业使用',
- desc: '<span style="color:#2ABED1;fontSize:16px">27</span>项特权,支持标讯灵活订阅、高级搜索,让商机获取更轻松!',
- color: 'blue'
- },
- {
- title: '大会员商机版2.0',
- tag: '推荐企业获取商机、业务拓展使用',
- desc: '<span style="color:#B1700E;fontSize:16px">38</span>项特权,提前推送超前项目,优先对接项目负责人。',
- color: 'yellow'
- },
- {
- title: '大会员专家版2.0',
- tag: '推荐企业获取商机、业务拓展、企业管理、市场分析使用',
- desc: '<span style="color:#B1700E;fontSize:16px">48</span>项特权,分析业主、企业画像、导出数据辅助市场决策。',
- color: 'yellowb'
- }
- ],
- tableModules_free_vip: [
- {
- color: 'blue',
- title: '招标采购信息',
- head: ['服务项目', '免费用户', '超级订阅'],
- content: [
- {
- one: '招标预告',
- two: 'icon-blue',
- three: 'icon-blue'
- },
- {
- one: '招标公告',
- two: 'icon-blue',
- three: 'icon-blue'
- },
- {
- one: '招标结果',
- two: 'icon-blue',
- three: 'icon-blue'
- },
- {
- one: '询价采购',
- two: 'icon-blue',
- three: 'icon-blue'
- },
- {
- one: '谈判采购',
- two: 'icon-blue',
- three: 'icon-blue'
- },
- {
- one: '企业采购',
- two: 'icon-blue',
- three: 'icon-blue'
- },
- {
- one: '招标信用信息',
- two: 'icon-blue',
- three: 'icon-blue'
- }
- ]
- },
- {
- color: 'blue',
- title: '业务拓展',
- head: ['服务项目', '免费用户', '超级订阅'],
- content: [
- {
- one: '招标/采购进度监控<br>(项目进度监控)',
- two: '10个',
- three: '10个'
- },
- {
- one: '业主监控',
- two: '-',
- three: '10个'
- },
- {
- one: '企业情报监控',
- two: '10个(不含企业工商变动监控)',
- three: '10个(不含企业工商变动监控)'
- },
- {
- one: '业主人脉信息<br>(采购单位通讯录)',
- two: '-',
- three: '5个/省/月,上限80个'
- },
- {
- one: '招标采购信息发布',
- two: 'icon-blue',
- three: 'icon-blue'
- },
- {
- one: '供应信息发布',
- two: '30条/月',
- three: '30条/月'
- },
- {
- one: '广告服务',
- two: '议价',
- three: '议价'
- }
- ]
- },
- {
- color: 'blue',
- title: '营销分析',
- head: ['服务项目', '免费用户', '超级订阅'],
- content: [
- {
- one: '企业分析<br>(企业画像-中标分析)',
- two: '-',
- three: '在线查看:每购买1个省,每月可查看50个,上限800个'
- },
- {
- one: '业主分析<br>(采购单位画像-采购分析)',
- two: '-',
- three: '在线查看:每购买1个省,每月可查看5个,上限80个'
- }
- ]
- },
- {
- color: 'blue',
- title: '标讯服务',
- head: ['服务项目', '免费用户', '超级订阅'],
- content: [
- {
- one: '高级搜索',
- two: '-',
- three: 'icon-blue'
- },
- {
- one: '附件下载',
- two: '-',
- three: '10个/月'
- },
- {
- one: '查看原文链接',
- two: '-',
- three: 'icon-blue'
- },
- {
- one: '标讯收藏',
- two: '100条',
- three: '5000条'
- },
- {
- one: '服务平台',
- two: 'icon-blue',
- three: 'icon-blue'
- }
- ]
- },
- {
- color: 'blue',
- title: '秘书服务',
- head: ['服务项目', '免费用户', '超级订阅'],
- content: [
- {
- one: '标讯订阅',
- two: '订阅区域:1个省<br>关键词:10组<br>信息推送:300条/天',
- three:
- '订阅区域:按购买数量<br>关键词:300组<br>信息推送:2000条/天'
- },
- {
- one: '微信提醒',
- two: 'icon-blue',
- three: 'icon-blue'
- },
- {
- one: 'APP提醒',
- two: 'icon-blue',
- three: 'icon-blue'
- },
- {
- one: '邮件提醒',
- two: 'icon-blue',
- three: 'icon-blue'
- }
- ]
- },
- {
- color: 'blue',
- title: '专家服务',
- head: ['服务项目', '免费用户', '超级订阅'],
- content: [
- {
- one: '标书制作',
- two: '议价',
- three: '议价'
- },
- {
- one: '企业认证服务',
- two: '议价',
- three: '议价'
- },
- {
- one: '招投标课程<br>(中标必听课)',
- two: '议价',
- three: '议价'
- },
- {
- one: '剑鱼文库',
- two: '议价',
- three: '议价'
- },
- {
- one: '招投标攻略',
- two: 'icon-blue',
- three: 'icon-blue'
- }
- ]
- },
- {
- color: 'blue',
- title: '数据服务',
- head: ['服务项目', '免费用户', '超级订阅'],
- content: [
- {
- one: '数据导出',
- two: '议价',
- three: '议价'
- },
- {
- one: '数据定制服务',
- two: '议价',
- three: '议价'
- },
- {
- one: '数据对接服务',
- two: '议价',
- three: '议价'
- },
- {
- one: '数据清洗服务',
- two: '议价',
- three: '议价'
- }
- ]
- },
- {
- color: 'blue',
- title: '企业管理',
- head: ['服务项目', '免费用户', '超级订阅'],
- content: [
- {
- one: '企业订阅分发',
- two: '-',
- three: 'icon-blue'
- },
- {
- one: '客户管理',
- two: '议价',
- three: '议价'
- },
- {
- one: '企业协作',
- two: 'icon-blue',
- three: 'icon-blue'
- },
- {
- one: '年终报告',
- two: 'icon-blue',
- three: 'icon-blue'
- }
- ]
- }
- ],
- tableModules_vip_member2: [
- {
- color: 'yellow',
- title: '项目信息',
- head: ['服务项目', '超级订阅', '大会员商机版2.0'],
- content: [
- {
- one: '拟在建项目',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '推荐项目',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '业主委托项目',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '审批项目',
- two: '-',
- three: 'icon-yellow'
- }
- ]
- },
- {
- color: 'yellow',
- title: '招标采购信息',
- head: ['服务项目', '超级订阅', '大会员商机版2.0'],
- content: [
- {
- one: '采购意向',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '招标预告',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '招标公告',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '招标结果',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '询价采购',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '谈判采购',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '企业采购',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '招标信用信息',
- two: 'icon-yellow',
- three: 'icon-yellow'
- }
- ]
- },
- {
- color: 'yellow',
- title: '业务拓展',
- head: ['服务项目', '超级订阅', '大会员商机版2.0'],
- content: [
- {
- one: '招标/采购进度监控<br>(项目进度监控)',
- two: '10个',
- three: '100个'
- },
- {
- one: '业主监控',
- two: '10个',
- three: '100个'
- },
- {
- one: '企业情报监控',
- two: '10个(不含企业工商变动监控)',
- three: '100个'
- },
- {
- one: '潜在项目预测',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '企业人脉信息<br>(企业通讯录)',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '业主人脉信息<br>(采购单位通讯录)',
- two: '5个/省/月,上限80个',
- three: 'icon-yellow'
- },
- {
- one: '招标采购信息发布',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '供应信息发布',
- two: '30条/月',
- three: '30条/月'
- },
- {
- one: '广告服务',
- two: '议价',
- three: '议价'
- }
- ]
- },
- {
- color: 'yellow',
- title: '营销分析',
- head: ['服务项目', '超级订阅', '大会员商机版2.0'],
- content: [
- {
- one: '企业分析<br>(企业画像-中标分析)',
- two: '在线查看:每购买1个省,每月可查看50个,上限800个',
- three_slot:
- '<div><p class="flex-center"><span>在线查看:</span><span class="icon-yellow"></span></p><span>报告下载:1份/年<span></div>'
- },
- {
- one: '业主分析<br>(采购单位画像-采购分析)',
- two: '在线查看:每购买1个省,每月可查看5个,上限80个',
- three_slot:
- '<div><p class="flex-center"><span>在线查看:</span><span class="icon-yellow"></span></p><span>报告下载:1份/年<span></div>'
- }
- ]
- },
- {
- color: 'yellow',
- title: '标讯服务',
- head: ['服务项目', '超级订阅', '大会员商机版2.0'],
- content: [
- {
- one: '高级搜索',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '附件下载',
- two: '10个/月',
- three: 'icon-yellow'
- },
- {
- one: '查看原文链接',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '标讯收藏',
- two: '5000条',
- three: '5000条'
- },
- {
- one: '服务平台',
- two: 'icon-yellow',
- three: 'icon-yellow'
- }
- ]
- },
- {
- color: 'yellow',
- title: '秘书服务',
- head: ['服务项目', '超级订阅', '大会员商机版2.0'],
- content: [
- {
- one: '标讯订阅',
- two: '订阅区域:按购买数量<br>关键词:300组<br>信息推送:2000条/天',
- three: '订阅区域:全国<br>关键词:300组<br>信息推送:3000条/天'
- },
- {
- one: '订阅关键词优化',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '产品操作培训',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '微信提醒',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: 'APP提醒',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '邮件提醒',
- two: 'icon-yellow',
- three: 'icon-yellow'
- }
- ]
- },
- {
- color: 'yellow',
- title: '专家服务',
- head: ['服务项目', '超级订阅', '大会员商机版2.0'],
- content: [
- {
- one: '标书制作',
- two: '议价',
- three: '议价'
- },
- {
- one: '企业认证服务',
- two: '议价',
- three: '议价'
- },
- {
- one: '招投标课程<br>(中标必听课)',
- two: '议价',
- three: '议价'
- },
- {
- one: '剑鱼文库',
- two: '议价',
- three: '议价'
- },
- {
- one: '招投标攻略',
- two: 'icon-yellow',
- three: 'icon-yellow'
- }
- ]
- },
- {
- color: 'yellow',
- title: '数据服务',
- head: ['服务项目', '超级订阅', '大会员商机版2.0'],
- content: [
- {
- one: '数据导出',
- two: '议价',
- three: '100条/天'
- },
- {
- one: '数据定制服务',
- two: '议价',
- three: '议价'
- },
- {
- one: '数据对接服务',
- two: '议价',
- three: '议价'
- },
- {
- one: '数据清洗服务',
- two: '议价',
- three: '议价'
- }
- ]
- },
- {
- color: 'yellow',
- title: '企业管理',
- head: ['服务项目', '超级订阅', '大会员商机版2.0'],
- content: [
- {
- one: '企业订阅分发',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '客户管理',
- two: '议价',
- three: '议价'
- },
- {
- one: '账号使用统计',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '企业协作',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '年终报告',
- two: 'icon-yellow',
- three: 'icon-yellow'
- }
- ]
- }
- ],
- tableModules_member2_memberP: [
- {
- color: 'yellowb',
- title: '项目信息',
- head: ['服务项目', '大会员商机版2.0', '大会员专家版2.0'],
- content: [
- {
- one: '拟在建项目',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '推荐项目',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '业主委托项目',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '审批项目',
- two: 'icon-yellow',
- three: 'icon-yellow'
- }
- ]
- },
- {
- color: 'yellowb',
- title: '招标采购信息',
- head: ['服务项目', '大会员商机版2.0', '大会员专家版2.0'],
- content: [
- {
- one: '采购意向',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '招标预告',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '招标公告',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '招标结果',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '询价采购',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '谈判采购',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '企业采购',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '招标信用信息',
- two: 'icon-yellow',
- three: 'icon-yellow'
- }
- ]
- },
- {
- color: 'yellowb',
- title: '业务拓展',
- head: ['服务项目', '大会员商机版2.0', '大会员专家版2.0'],
- content: [
- {
- one: '招标/采购进度监控<br>(项目进度监控)',
- two: '100个',
- three: '500个'
- },
- {
- one: '业主监控',
- two: '100个',
- three: '500个'
- },
- {
- one: '企业情报监控',
- two: '100个',
- three: '500个'
- },
- {
- one: '潜在项目预测',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '企业人脉信息<br>(企业通讯录)',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '业主人脉信息<br>(采购单位通讯录)',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '向业主推荐',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '向业主唯一推荐',
- two: '-',
- three: '1次'
- },
- {
- one: '潜在客户挖掘',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '潜在竞争对手/合作伙伴挖掘',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '招标采购信息发布',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '供应信息发布',
- two: '30条/月',
- three: '30条/月'
- },
- {
- one: '广告服务',
- two: '议价',
- three: '议价'
- }
- ]
- },
- {
- color: 'yellowb',
- title: '营销分析',
- head: ['服务项目', '大会员商机版2.0', '大会员专家版2.0'],
- content: [
- {
- one: '市场分析周报',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '市场分析月报',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '市场分析定制报告',
- two: '-',
- three_slot:
- '<div><p class="flex-center"><span>在线查看:</span><span class="icon-yellow"></span></p><span>报告下载:1份/年<span></div>'
- },
- {
- one: '企业分析<br>(企业画像-中标分析)',
- two_slot:
- '<div><p class="flex-center"><span>在线查看:</span><span class="icon-yellow"></span></p><span>报告下载:1份/年<span></div>',
- three_slot:
- '<div><p class="flex-center"><span>在线查看:</span><span class="icon-yellow"></span></p><span>报告下载:3份/年<span></div>'
- },
- {
- one: '业主分析<br>(采购单位画像-采购分析)',
- two_slot:
- '<div><p class="flex-center"><span>在线查看:</span><span class="icon-yellow"></span></p><span>报告下载:1份/年<span></div>',
- three_slot:
- '<div><p class="flex-center"><span>在线查看:</span><span class="icon-yellow"></span></p><span>报告下载:3份/年<span></div>'
- },
- {
- one: '投标决策分析',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '中标企业预测',
- two: '-',
- three: '200次'
- }
- ]
- },
- {
- color: 'yellowb',
- title: '标讯服务',
- head: ['服务项目', '大会员商机版2.0', '大会员专家版2.0'],
- content: [
- {
- one: '高级搜索',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '附件下载',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '查看原文链接',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '标讯收藏',
- two: '5000条',
- three: '5000条'
- },
- {
- one: '服务平台',
- two: 'icon-yellow',
- three: 'icon-yellow'
- }
- ]
- },
- {
- color: 'yellowb',
- title: '秘书服务',
- head: ['服务项目', '大会员商机版2.0', '大会员专家版2.0'],
- content: [
- {
- one: '标讯订阅',
- two: '订阅区域:全国<br>关键词:300组<br>信息推送:3000条/天',
- three: '订阅区域:全国<br>关键词:300组<br>信息推送:3000条/天'
- },
- {
- one: '订阅关键词优化',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '产品操作培训',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '资深客服服务',
- two: '-',
- three: 'icon-yellow'
- },
- {
- one: '微信提醒',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: 'APP提醒',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '邮件提醒',
- two: 'icon-yellow',
- three: 'icon-yellow'
- }
- ]
- },
- {
- color: 'yellowb',
- title: '专家服务',
- head: ['服务项目', '大会员商机版2.0', '大会员专家版2.0'],
- content: [
- {
- one: '标书制作',
- two: '议价',
- three: '议价'
- },
- {
- one: '企业认证服务',
- two: '议价',
- three: '议价'
- },
- {
- one: '招投标课程<br>(中标必听课)',
- two: '议价',
- three: '议价'
- },
- {
- one: '剑鱼文库',
- two: '议价',
- three: '议价'
- },
- {
- one: '招投标攻略',
- two: 'icon-yellow',
- three: 'icon-yellow'
- }
- ]
- },
- {
- color: 'yellowb',
- title: '数据服务',
- head: ['服务项目', '大会员商机版2.0', '大会员专家版2.0'],
- content: [
- {
- one: '数据导出',
- two: '100条/天',
- three: '200条/天'
- },
- {
- one: '数据定制服务',
- two: '议价',
- three: '议价'
- },
- {
- one: '数据对接服务',
- two: '议价',
- three: '议价'
- },
- {
- one: '数据清洗服务',
- two: '议价',
- three: '议价'
- }
- ]
- },
- {
- color: 'yellowb',
- title: '企业管理',
- head: ['服务项目', '大会员商机版2.0', '大会员专家版2.0'],
- content: [
- {
- one: '企业订阅分发',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '客户管理',
- two: '议价',
- three: '议价'
- },
- {
- one: '账号使用统计',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '企业协作',
- two: 'icon-yellow',
- three: 'icon-yellow'
- },
- {
- one: '年终报告',
- two: 'icon-yellow',
- three: 'icon-yellow'
- }
- ]
- }
- ]
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- .vipsubscribeRights {
- padding-bottom: 66px;
- .header {
- max-height: 190px;
- position: relative;
- .scrollbox {
- position: absolute;
- bottom: -72px;
- left: 0;
- box-sizing: border-box;
- padding-left: 12px;
- width: 100%;
- height: 148px;
- .s-content {
- // margin-left: 12px;
- }
- ::v-deep {
- .van-swipe {
- overflow: visible;
- }
- .card-item {
- width: 315px;
- height: 142px;
- border: 1.5px solid #ffffff;
- border-radius: 12px;
- padding: 14px 0 0 10px;
- box-sizing: border-box;
- .card-head {
- display: flex;
- align-items: center;
- justify-content: space-between;
- .left-text {
- font-size: 16px;
- font-weight: 400;
- line-height: 22px;
- text-align: left;
- color: #1b1a2a;
- }
- .right-btn {
- width: 112px;
- height: 33px;
- border-radius: 18px 0 0 18px;
- font-size: 16px;
- color: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .btn-blue {
- background: linear-gradient(270deg, #3687ff 0%, #2abed1 100%);
- }
- .btn-yellow {
- background: linear-gradient(270deg, #d69e55 0%, #f1d090 130.11%);
- }
- .btn-yellowb {
- background: linear-gradient(270deg, #d69e55 0%, #f1d090 130.11%);
- }
- }
- .tag-text {
- font-size: 11px;
- display: inline-block;
- padding: 4px 7px;
- line-height: 14px;
- margin-top: 12px;
- border-radius: 20px;
- margin-right: 10px;
- }
- .tag-blue {
- color: #2abed1;
- background: #eaf8fa;
- border: 1px solid #2abed1;
- }
- .tag-yellow {
- color: #b1700e;
- background: #c98f3714;
- border: 1px solid #c98f37;
- }
- .tag-yellowb {
- color: #b1700e;
- border: 1px solid #c98f37;
- background: #c98f3714;
- }
- .card-desc {
- font-size: 14px;
- line-height: 20px;
- margin-top: 8px;
- color: #686868;
- margin-right: 10px;
- }
- }
- .blue-item {
- background: linear-gradient(
- 360deg,
- #ffffff 0%,
- #f4feff 55.8%,
- #e4fcff 100%
- );
- box-shadow: 2px 4px 14px 0px #017e9533;
- }
- .yellow-item {
- background: linear-gradient(
- 360deg,
- #ffffff 0%,
- #fffaf2 51.55%,
- #ffecd0 100%
- );
- box-shadow: 2px 4px 14px 0px #84500033;
- }
- .yellowb-item {
- background: linear-gradient(
- 360deg,
- #ffffff 0%,
- #fff5ee 57.07%,
- #ffdec6 100%
- );
- box-shadow: 2px 4px 14px 0px #84500033;
- }
- .van-swipe__indicators {
- display: none;
- }
- }
- }
- }
- .content_box {
- padding-top: 104px;
- background-color: #fff;
- .titleImg {
- width: 264px;
- display: block;
- margin: auto;
- }
- .tableModules {
- padding: 14px 12px 0 12px;
- .m-title {
- font-size: 15px;
- line-height: 22px;
- color: #171826;
- position: relative;
- padding-left: 11px;
- margin-bottom: 8px;
- }
- .m-title::before {
- position: absolute;
- left: 0;
- top: 50%;
- transform: translateY(-50%);
- content: '';
- height: 16px;
- width: 3px;
- border-radius: 11px;
- background-color: #2abed1;
- }
- .m-head {
- border-radius: 8px 8px 0 0;
- background: linear-gradient(269.92deg, #f5f6f7 0.06%, #edeff2 99.93%);
- font-size: 12px;
- line-height: 18px;
- color: #171826;
- display: flex;
- .m-head-item {
- flex: 1;
- text-align: center;
- padding: 12px 2px;
- }
- .blue {
- background: linear-gradient(279.5deg, #7ce8f7 17%, #ddfff5 100%);
- border-radius: 8px 8px 0 0;
- }
- .yellow {
- background: linear-gradient(270deg, #f1d090 0%, #fae7ca 100%);
- border-radius: 8px 8px 0 0;
- color: #c26f33 !important;
- }
- .yellowb {
- background: linear-gradient(270deg, #f5c594 0%, #ffebdc 100%);
- border-radius: 8px 8px 0 0;
- color: #c26f33 !important;
- }
- }
- .m-content {
- background-color: #fff;
- display: flex;
- .con-cr-gray {
- color: #9b9ca3;
- }
- .con-item {
- flex: 1;
- padding: 10px 8px;
- align-items: center;
- display: flex;
- justify-content: center;
- min-height: 44px;
- font-size: 11px;
- line-height: 18px;
- ::v-deep {
- .icon-blue {
- width: 16px;
- height: 16px;
- background-size: 16px 16px;
- display: block;
- background-image: url('@/assets/image/vip-subscribe/serve/right-green.png');
- }
- .icon-yellow {
- width: 16px;
- height: 16px;
- background-size: 16px 16px;
- display: block;
- background-image: url('@/assets/image/vip-subscribe/serve/right-yellow.png');
- }
- .flex-center {
- display: flex;
- align-items: center;
- }
- .text {
- text-align: center;
- }
- }
- }
- .blue {
- background-color: #dafafe;
- color: #2abed1;
- }
- .yellow {
- background-color: #fff6ee;
- color: #c26f33;
- }
- .yellowb {
- background-color: #ffede1;
- color: #c26f33;
- }
- }
- }
- .middleModules {
- width: 100%;
- height: 231px;
- margin-top: 24px;
- background-image: url('@/assets/image/vip-subscribe/serve/bg-img.png');
- background-size: 100% 100%;
- padding-top: 30px;
- .middle-tit {
- font-size: 20px;
- line-height: 32px;
- color: #171826;
- text-align: center;
- }
- .middle-desc {
- width: 340px;
- color: #5f5e64;
- line-height: 20px;
- font-size: 14px;
- text-align: center;
- margin: auto;
- margin-top: 16px;
- }
- .middle-btn {
- width: 343px;
- height: 46px;
- border-radius: 8px;
- font-size: 18px;
- display: flex;
- justify-content: center;
- align-items: center;
- background-color: #2abed1;
- color: #f7f9fa;
- margin: auto;
- margin-top: 17px;
- }
- }
- .footer-group {
- width: 100%;
- background-color: #fff;
- padding: 12px 16px;
- box-sizing: border-box;
- position: fixed;
- left: 0;
- bottom: 0;
- display: flex;
- justify-content: space-between;
- .group_item {
- width: 149px;
- display: flex;
- justify-content: space-between;
- }
- .phone-btn {
- // display: flex;
- // justify-content: center;
- .icon-phone {
- background-image: url('@/assets/image/vip-subscribe/serve/phone.png');
- background-size: 16px 16px;
- width: 16px;
- height: 16px;
- margin: auto;
- }
- }
- .wx-btn {
- // display: flex;
- // justify-content: center;
- .icon-wx {
- background-image: url('@/assets/image/vip-subscribe/serve/kefu.png');
- background-size: 16px 16px;
- width: 16px;
- height: 16px;
- margin: auto;
- }
- }
- .btn-text {
- font-size: 14px;
- line-height: 20px;
- color: #171826;
- text-align: center;
- margin-top: 4px;
- }
- .open-btn {
- width: 159px;
- height: 42px;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #f7f9fa;
- background-color: #2abed1;
- font-size: 18px;
- border-radius: 4px;
- }
- }
- .bottomModules img {
- width: 100%;
- display: block;
- }
- .m-content:last-child {
- border-radius: 0 0 8px 8px;
- overflow: hidden;
- }
- .gray {
- background-color: #fafafb !important;
- }
- }
- }
- </style>
|