阅读文章事件添加增加60秒的学习时长

This commit is contained in:
daihh
2022-10-12 19:55:15 +08:00
parent e12aefb61b
commit 660bccd777

View File

@@ -249,9 +249,10 @@ export default {
this.setTime = setTimeout(()=>{
event.key = 'ReadArticle';
event.title = "阅读文章";
event.parameters='second:60';//增加60秒的学习时长
event.content = "阅读了文章"
$this.$store.dispatch("userTrigger", event);
},2000);
},61000);//1分钟后记录
//}
}else{
this.noData = false;