Commit a10c8ff8 authored by mqf_0707's avatar mqf_0707

跳转任务优化

parent 37df3a49
...@@ -144,6 +144,10 @@ Component({ ...@@ -144,6 +144,10 @@ Component({
this.doCompleteTask(currentTaskType,true) this.doCompleteTask(currentTaskType,true)
} }
else { else {
if(preBrowseTime && currentTaskType) {
this.setData({ preBrowseTime: null, currentTaskType: null })
commonToast('未达到15秒')
}
this.getTaskList(true) this.getTaskList(true)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment