瀏覽代碼

feat: 标讯收藏满100条去升级按钮添加百度统计埋点

yangfeng 4 年之前
父節點
當前提交
3329c2dded
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/web/staticres/common-module/keep-tags/keep-tags-template.js

+ 5 - 0
src/web/staticres/common-module/keep-tags/keep-tags-template.js

@@ -416,6 +416,11 @@ Vue.component('keep-component', {
       })
     },
     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'
     },
     togglePopStatus (type) {