|
@@ -365,6 +365,11 @@ Vue.component('keep-component', {
|
|
|
})
|
|
|
},
|
|
|
ajaxAddKeep (id, type) {
|
|
|
+ try {
|
|
|
+ _hmt.push(['_trackEvent','超级订阅-' + (utils.isWeiXinBrowser ? 'wx' : 'app'), 'click', '标讯收藏-星标']);
|
|
|
+ } catch (e) {
|
|
|
+ console.log('未初始化百度统计')
|
|
|
+ }
|
|
|
var t = this.$toast.loading({
|
|
|
duration: 0, // 持续展示 toast
|
|
|
forbidClick: true,
|