|
@@ -469,7 +469,15 @@ var vEntSearchComponent = new Vue({
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- goUpBuyPage () {
|
|
|
+ goUpBuyPage (originName) {
|
|
|
+ if (!originName) {
|
|
|
+ originName = '企业搜索' + this.entTabs[this.activeTabIndex].title + '-去开通'
|
|
|
+ }
|
|
|
+ try {
|
|
|
+ _hmt.push(['_trackEvent','超级订阅-' + (utils.isWeiXinBrowser ? 'wx' : 'app'), 'click', originName]);
|
|
|
+ } catch (e) {
|
|
|
+ console.log('未初始化百度统计')
|
|
|
+ }
|
|
|
window.location.href = (utils.isWeiXinBrowser ? '/front' : '/jyapp') + '/vipsubscribe/vipsubscribe_new'
|
|
|
},
|
|
|
getSearchParams () {
|
|
@@ -611,7 +619,7 @@ var vEntSearchComponent = new Vue({
|
|
|
overlayClass: 'z-2030',
|
|
|
confirmButtonText: '去升级',
|
|
|
}).then(function () {
|
|
|
- _this.goUpBuyPage()
|
|
|
+ _this.goUpBuyPage('标讯收藏满100条-去升级')
|
|
|
}).catch(function () {});
|
|
|
return
|
|
|
}
|
|
@@ -984,7 +992,15 @@ var vMainSearchComponent = new Vue({
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- goUpBuyPage () {
|
|
|
+ goUpBuyPage (originName) {
|
|
|
+ if (!originName) {
|
|
|
+ originName = '标讯搜索' + this.entTabs[this.activeTabIndex].title + '-去开通'
|
|
|
+ }
|
|
|
+ try {
|
|
|
+ _hmt.push(['_trackEvent','超级订阅-' + (utils.isWeiXinBrowser ? 'wx' : 'app'), 'click', originName]);
|
|
|
+ } catch (e) {
|
|
|
+ console.log('未初始化百度统计')
|
|
|
+ }
|
|
|
window.location.href = (utils.isWeiXinBrowser ? '/front' : '/jyapp') + '/vipsubscribe/vipsubscribe_new'
|
|
|
},
|
|
|
getSearchParams () {
|
|
@@ -1130,7 +1146,7 @@ var vMainSearchComponent = new Vue({
|
|
|
}))
|
|
|
SuperSearch.setSessionStorage()
|
|
|
if(!this.checkNowPower()){
|
|
|
- this.goUpBuyPage()
|
|
|
+ this.goUpBuyPage('标讯搜索企业画像-去升级')
|
|
|
}else{
|
|
|
var tempUrl = '/jyapp/big/page/ent_portrait?eId='
|
|
|
if (utils.isWeiXinBrowser) {
|
|
@@ -1160,7 +1176,7 @@ var vMainSearchComponent = new Vue({
|
|
|
overlayClass: 'z-2030',
|
|
|
confirmButtonText: '去升级',
|
|
|
}).then(function () {
|
|
|
- _this.goUpBuyPage()
|
|
|
+ _this.goUpBuyPage('标讯收藏满100条-去升级')
|
|
|
}).catch(function () {});
|
|
|
return
|
|
|
}
|