|
@@ -84,18 +84,19 @@
|
|
<div class="j-container">
|
|
<div class="j-container">
|
|
<div class="j-main">
|
|
<div class="j-main">
|
|
<div class="selectLevel select-common">
|
|
<div class="selectLevel select-common">
|
|
- <div class="selectTitle">选择会员等级</div>
|
|
|
|
|
|
+ <div class="selectTitle">选择会员套餐</div>
|
|
<div class="levelList">
|
|
<div class="levelList">
|
|
- <div class="setmeal" v-for="(item,index) in edition" :class="{active:index==grades}" @click="grade(index)">
|
|
|
|
|
|
+ <div class="setmeal" v-for="(item,index) in edition" :class="{active:index==grades,sjactive:index==0}" @click="grade(index)">
|
|
<div class="edition">${item.setmeal}</div>
|
|
<div class="edition">${item.setmeal}</div>
|
|
- <div class="edition_price">${item.setmealprice}</div>
|
|
|
|
- <span class="cornermark j-icon icon-gold-mark"></span>
|
|
|
|
|
|
+ <div class="delete_price">${item.bs_price}</div>
|
|
|
|
+ <div class="edition_price"><spanc class="icon_money">¥</spanc>${item.setmealprice}</div>
|
|
|
|
+ <span class="cornermark j-icon" :class="{iconcornermark:index==0,icongoldmark:index==1}"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="selectyearnum select-common">
|
|
<div class="selectyearnum select-common">
|
|
<div class="selectTitle">选择购买年数</div>
|
|
<div class="selectTitle">选择购买年数</div>
|
|
- <div class="levelList">
|
|
|
|
|
|
+ <div class="levelList levelyear">
|
|
<div class="setmeal" v-for="(item,index) in columns" :class="{activeyear:index==gradeyear}" @click="gradeYear(index)">
|
|
<div class="setmeal" v-for="(item,index) in columns" :class="{activeyear:index==gradeyear}" @click="gradeYear(index)">
|
|
<div class="edition">${item}年</div>
|
|
<div class="edition">${item}年</div>
|
|
<span class="cornermark j-icon icon-gold-mark"></span>
|
|
<span class="cornermark j-icon icon-gold-mark"></span>
|
|
@@ -103,9 +104,9 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--S-手机号输入-->
|
|
<!--S-手机号输入-->
|
|
- <div class='order-phone-group'>
|
|
|
|
- <label for='order_phone'>手机号码</label>
|
|
|
|
- <input id='order_phone' autocomplete='off' placeholder='请输入手机号码' maxlength='11' type='tel' />
|
|
|
|
|
|
+ <div class="order-phone-group">
|
|
|
|
+ <label for="order_phone">手机号码</label>
|
|
|
|
+ <input id="order_phone" autocomplete="off" placeholder="请输入手机号码" maxlength="11" type="tel" />
|
|
<p>手机号码输入错误</p>
|
|
<p>手机号码输入错误</p>
|
|
</div>
|
|
</div>
|
|
<!--E-手机号输入-->
|
|
<!--E-手机号输入-->
|
|
@@ -289,8 +290,8 @@
|
|
gradeyear:0,
|
|
gradeyear:0,
|
|
beforeall:0,
|
|
beforeall:0,
|
|
afterall:0,
|
|
afterall:0,
|
|
- beforeprice:27999,
|
|
|
|
- afterprice:21999,
|
|
|
|
|
|
+ beforeprice:9999,
|
|
|
|
+ afterprice:7999,
|
|
numberStatus:999,
|
|
numberStatus:999,
|
|
hasAccountsOrder:true,
|
|
hasAccountsOrder:true,
|
|
// 价格参数
|
|
// 价格参数
|
|
@@ -307,46 +308,54 @@
|
|
{listname:'企业全景分析'}
|
|
{listname:'企业全景分析'}
|
|
],
|
|
],
|
|
edition: [
|
|
edition: [
|
|
|
|
+ // {
|
|
|
|
+ // setmeal:"商机版",
|
|
|
|
+ // setmealprice:"¥7,999/年"
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // setmeal:"智慧版",
|
|
|
|
+ // setmealprice:"¥19,999/年"
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // setmeal:"专家版",
|
|
|
|
+ // setmealprice:"¥27,999/年"
|
|
|
|
+ // }
|
|
{
|
|
{
|
|
- setmeal:"商机版",
|
|
|
|
- setmealprice:"¥7,999/年"
|
|
|
|
|
|
+ setmeal:"商机版2.0",
|
|
|
|
+ bs_price:"¥9,999",
|
|
|
|
+ setmealprice:"7,999"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- setmeal:"智慧版",
|
|
|
|
- setmealprice:"¥19,999/年"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- setmeal:"专家版",
|
|
|
|
- setmealprice:"¥27,999/年"
|
|
|
|
|
|
+ setmeal:"专家版2.0",
|
|
|
|
+ bs_price:"¥25,999",
|
|
|
|
+ setmealprice:"19,999"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
// 产品服务清单
|
|
// 产品服务清单
|
|
serverList_sj: [
|
|
serverList_sj: [
|
|
{listname:'招标大数据搜索'},
|
|
{listname:'招标大数据搜索'},
|
|
{listname:'招标订阅推送'},
|
|
{listname:'招标订阅推送'},
|
|
- {listname:'项目进度监控'},
|
|
|
|
{listname:'招标附件下载'},
|
|
{listname:'招标附件下载'},
|
|
- {listname:'企业情报监控'},
|
|
|
|
- ],
|
|
|
|
- serverList_zh:[
|
|
|
|
- {
|
|
|
|
- listname:'包含【商机版】全部服务',
|
|
|
|
- addclass:'gold'
|
|
|
|
- },
|
|
|
|
- {listname:'潜在项目预测推送'},
|
|
|
|
- {listname:'中标企业预测'},
|
|
|
|
- {listname:'投标决策分析'},
|
|
|
|
{listname:'采购单位全景分析'},
|
|
{listname:'采购单位全景分析'},
|
|
- {listname:'企业全景分析'}
|
|
|
|
|
|
+ {listname:'企业全景分析'},
|
|
|
|
+ {listname:'潜在项目预测'},
|
|
|
|
+ {listname:'项目进度监控(100个)'},
|
|
|
|
+ {listname:'企业情报监控(100个)'},
|
|
|
|
+ {listname:'在线数据导出(每日100条)'},
|
|
|
|
+ {listname:'专属客服服务'},
|
|
],
|
|
],
|
|
serverList_zj:[
|
|
serverList_zj:[
|
|
{
|
|
{
|
|
- listname:'包含【智慧版】全部服务',
|
|
|
|
|
|
+ listname:'包含【商机版2.0】全部服务',
|
|
addclass:'gold'
|
|
addclass:'gold'
|
|
},
|
|
},
|
|
|
|
+ {listname:'项目进度监控(500个)'},
|
|
|
|
+ {listname:'企业情报监控(500个)'},
|
|
|
|
+ {listname:'在线数据导出(每日200条)'},
|
|
|
|
+ {listname:'中标企业预测'},
|
|
|
|
+ {listname:'投标决策分析'},
|
|
{listname:'业务拓展分析'},
|
|
{listname:'业务拓展分析'},
|
|
- {listname:'市场分析'},
|
|
|
|
- {listname:'企业情报监控'}
|
|
|
|
|
|
+ {listname:'市场分析'}
|
|
],
|
|
],
|
|
OrderPhoneCheck: {}
|
|
OrderPhoneCheck: {}
|
|
},
|
|
},
|
|
@@ -363,11 +372,8 @@
|
|
if (meal == 'sj') {
|
|
if (meal == 'sj') {
|
|
this.grades = 0
|
|
this.grades = 0
|
|
this.severList = this.serverList_sj
|
|
this.severList = this.serverList_sj
|
|
- } else if (meal == 'zh') {
|
|
|
|
- this.grades = 1
|
|
|
|
- this.severList = this.serverList_zh
|
|
|
|
} else if (meal == 'zj') {
|
|
} else if (meal == 'zj') {
|
|
- this.grades = 2
|
|
|
|
|
|
+ this.grades = 1
|
|
this.severList = this.serverList_zj
|
|
this.severList = this.serverList_zj
|
|
} else {
|
|
} else {
|
|
this.grades = 0
|
|
this.grades = 0
|
|
@@ -441,13 +447,11 @@
|
|
}
|
|
}
|
|
var _this = this
|
|
var _this = this
|
|
console.log(_this.grades)
|
|
console.log(_this.grades)
|
|
- var level = 3
|
|
|
|
|
|
+ var level = 6
|
|
if(_this.grades == 0){
|
|
if(_this.grades == 0){
|
|
- level = 3
|
|
|
|
|
|
+ level = 6
|
|
}else if(_this.grades == 1){
|
|
}else if(_this.grades == 1){
|
|
- level = 2
|
|
|
|
- }else if(_this.grades == 2){
|
|
|
|
- level = 1
|
|
|
|
|
|
+ level = 7
|
|
}
|
|
}
|
|
var paramsMid = utils.getParam('mid') //引流语文案id
|
|
var paramsMid = utils.getParam('mid') //引流语文案id
|
|
var buyerId = utils.getParam('bid') // 从采购单位画像页面携带的加密id
|
|
var buyerId = utils.getParam('bid') // 从采购单位画像页面携带的加密id
|
|
@@ -546,11 +550,9 @@
|
|
console.log(this.grades)
|
|
console.log(this.grades)
|
|
console.log(this.gradeyear)
|
|
console.log(this.gradeyear)
|
|
if(this.grades==0){
|
|
if(this.grades==0){
|
|
- this.beforeprice = 7999
|
|
|
|
|
|
+ this.beforeprice = 9999
|
|
}else if(this.grades== 1){
|
|
}else if(this.grades== 1){
|
|
- this.beforeprice = 19999
|
|
|
|
- }else if(this.grades==2){
|
|
|
|
- this.beforeprice = 27999
|
|
|
|
|
|
+ this.beforeprice = 25999
|
|
}
|
|
}
|
|
if(this.gradeyear==0){
|
|
if(this.gradeyear==0){
|
|
yearnum = 1
|
|
yearnum = 1
|
|
@@ -565,11 +567,9 @@
|
|
getDisPrice:function(){
|
|
getDisPrice:function(){
|
|
var yearnum= 1
|
|
var yearnum= 1
|
|
if(this.grades==0){
|
|
if(this.grades==0){
|
|
- this.afterprice = 5999
|
|
|
|
|
|
+ this.afterprice = 7999
|
|
}else if(this.grades== 1){
|
|
}else if(this.grades== 1){
|
|
- this.afterprice = 15999
|
|
|
|
- }else if(this.grades==2){
|
|
|
|
- this.afterprice = 21999
|
|
|
|
|
|
+ this.afterprice = 19999
|
|
}
|
|
}
|
|
if(this.gradeyear==0){
|
|
if(this.gradeyear==0){
|
|
yearnum = 1
|
|
yearnum = 1
|
|
@@ -591,8 +591,6 @@
|
|
if(index==0){
|
|
if(index==0){
|
|
this.severList = this.serverList_sj
|
|
this.severList = this.serverList_sj
|
|
}else if(index==1){
|
|
}else if(index==1){
|
|
- this.severList = this.serverList_zh
|
|
|
|
- }else if(index==2){
|
|
|
|
this.severList = this.serverList_zj
|
|
this.severList = this.serverList_zj
|
|
}
|
|
}
|
|
this.getPayPrice()
|
|
this.getPayPrice()
|