|
@@ -52,7 +52,7 @@ var vipComponent = {
|
|
|
data: function() {
|
|
|
return {
|
|
|
titleText: '开通超级订阅',
|
|
|
- btnText: '去开通',
|
|
|
+ btnText: '免费体验',
|
|
|
headText: {
|
|
|
top: '通过实时监控项目的招标、中标、合同等',
|
|
|
bot: '信息,全面挖掘更多潜在商机!'
|
|
@@ -63,7 +63,7 @@ var vipComponent = {
|
|
|
getTextMap () {
|
|
|
var textMap = {
|
|
|
titleText: '开通超级订阅',
|
|
|
- btnText: '去开通',
|
|
|
+ btnText: '免费体验',
|
|
|
headText: {
|
|
|
top: '通过实时监控项目的招标、中标、合同等',
|
|
|
bot: '信息,全面挖掘更多潜在商机!'
|
|
@@ -71,7 +71,7 @@ var vipComponent = {
|
|
|
}
|
|
|
if (this.entvisit.total <= this.entvisit.usage || this.vipststus > 0) {
|
|
|
if (this.entvisit.provin == 0) {
|
|
|
- textMap.btnText = '去开通'
|
|
|
+ textMap.btnText = '免费体验'
|
|
|
} else if (this.entvisit.provin != -1) {
|
|
|
textMap.titleText = '超级订阅'
|
|
|
textMap.btnText = '去升级'
|
|
@@ -126,7 +126,7 @@ var vipComponent = {
|
|
|
// 企业情报历史记录
|
|
|
case 'item_8': {
|
|
|
textMap.titleText = '开通大会员'
|
|
|
- textMap.btnText = '去开通'
|
|
|
+ textMap.btnText = '免费体验'
|
|
|
textMap.headText.top = '快速查询全国企业工商信息、法人信息、'
|
|
|
textMap.headText.bot = '联系方式,全面掌控企业动态!'
|
|
|
break
|
|
@@ -134,7 +134,7 @@ var vipComponent = {
|
|
|
// 历史项目联系方式
|
|
|
case 'item_9': {
|
|
|
textMap.titleText = '开通大会员'
|
|
|
- textMap.btnText = '去开通'
|
|
|
+ textMap.btnText = '免费体验'
|
|
|
textMap.headText.top = '获取企业历史项目联系人信息,'
|
|
|
textMap.headText.bot = '直接与甲方或渠道商项目负责人对接!'
|
|
|
break
|
|
@@ -154,13 +154,15 @@ var vipComponent = {
|
|
|
this.$emit('tabactive', 'save')
|
|
|
let isWeixin = utils.isWeiXinBrowser
|
|
|
if(!isWeixin) {
|
|
|
- if (this.getTextMap.btnText == '去开通') {
|
|
|
+ if (this.getTextMap.btnText == '免费体验') {
|
|
|
if(this.type == 'item_9' || this.type == 'item_8') {
|
|
|
// 跳转到大会员
|
|
|
- location.href = '/jyapp/big/page/buy_commit'
|
|
|
+ // location.href = '/jyapp/big/page/buy_commit'
|
|
|
+ location.href = '/jyapp/frontPage/bigmember/free/perfect_info?source=app_page_ent'
|
|
|
} else {
|
|
|
// 跳转到超级订阅
|
|
|
- location.href = '/jyapp/vipsubscribe/vipsubscribe_new'
|
|
|
+ // location.href = '/jyapp/vipsubscribe/vipsubscribe_new'
|
|
|
+ location.href = '/jyapp/frontPage/bigmember/free/perfect_info?source=app_page_ent'
|
|
|
}
|
|
|
} else if (this.getTextMap.btnText == '去升级') {
|
|
|
location.href = '/jyapp/vipsubscribe/upgradePage'
|
|
@@ -170,13 +172,15 @@ var vipComponent = {
|
|
|
location.href = '/jyapp/vipsubscribe/vipsubscribe_new'
|
|
|
}
|
|
|
} else {
|
|
|
- if (this.getTextMap.btnText == '去开通') {
|
|
|
+ if (this.getTextMap.btnText == '免费体验') {
|
|
|
if(this.type == 'item_9' || this.type == 'item_8') {
|
|
|
// 跳转到大会员
|
|
|
- location.href = '/big/wx/page/buy_commit'
|
|
|
+ // location.href = '/big/wx/page/buy_commit'
|
|
|
+ location.href = '/weixin/frontPage/bigmember/free/perfect_info?source=wx_page_ent'
|
|
|
} else {
|
|
|
// 跳转到超级订阅
|
|
|
- location.href = '/front/vipsubscribe/vipsubscribe_new'
|
|
|
+ // location.href = '/front/vipsubscribe/vipsubscribe_new'
|
|
|
+ location.href = '/weixin/frontPage/bigmember/free/perfect_info?source=wx_page_ent'
|
|
|
}
|
|
|
} else if (this.getTextMap.btnText == '去升级') {
|
|
|
location.href = '/front/vipsubscribe/upgradePage'
|