|
@@ -416,6 +416,11 @@ Vue.component('keep-component', {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
goUpBuyPage () {
|
|
goUpBuyPage () {
|
|
|
|
+ try {
|
|
|
|
+ _hmt.push(['_trackEvent','超级订阅-' + (utils.isWeiXinBrowser ? 'wx' : 'app'), 'click', '标讯收藏满100条-去升级']);
|
|
|
|
+ } catch (e) {
|
|
|
|
+ console.log('未初始化百度统计')
|
|
|
|
+ }
|
|
window.location.href = (utils.isWeiXinBrowser ? '/front' : '/jyapp') + '/vipsubscribe/vipsubscribe_new'
|
|
window.location.href = (utils.isWeiXinBrowser ? '/front' : '/jyapp') + '/vipsubscribe/vipsubscribe_new'
|
|
},
|
|
},
|
|
togglePopStatus (type) {
|
|
togglePopStatus (type) {
|