File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 22 <div id =" sites-recommend" >
33 <a
44 target =" _blank"
5- class =" nice-link-recommend gtag-track "
5+ class =" nice-link-recommend"
66 rel =" noopener"
7- data-action =" link-recommend"
8- data-category =" aside"
9- data-label =" link-recommend"
7+ @click =" onRecommendClick"
108 :href =" reportPath"
119 >👍优质网站推荐
1210 </a >
@@ -24,6 +22,12 @@ export default {
2422 reportPath: REPORT_PATH ,
2523 }
2624 },
25+
26+ methods: {
27+ onRecommendClick () {
28+ this .$gtagTracking (' link-recommend' , ' aside' , ' link-recommend' )
29+ },
30+ },
2731}
2832 </script >
2933
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export default {
7373 data () {
7474 return {
7575 tableData: [],
76- niceLinksServerStr: ' https://z3.ax1x. com/2021/11/23/oSwcTI.jpg ' ,
76+ niceLinksServerStr: ' https://nicelinks.oss-cn-shenzhen.aliyuncs. com/nicelinks-service.jpeg ' ,
7777 }
7878 },
7979
You can’t perform that action at this time.
0 commit comments