统计调整

This commit is contained in:
marvzhang
2020-03-05 11:01:26 +08:00
parent 1409cfb0f8
commit 13963528ca
8 changed files with 1 additions and 10 deletions

View File

@@ -203,7 +203,6 @@ export default {
mounted () {
if (!this.$utils.tour.isFinishedTour('task-detail')) {
this.$utils.tour.startTour(this, 'task-detail')
this.$st.sendEv('教程', '开始', 'task-detail')
}
},
destroyed () {

View File

@@ -413,7 +413,6 @@ export default {
if (!this.$utils.tour.isFinishedTour('task-list')) {
this.$utils.tour.startTour(this, 'task-list')
this.$st.sendEv('教程', '开始', 'task-list')
}
},
destroyed () {