diff --git a/src/views/complete.vue b/src/views/complete.vue index 19db330..1563744 100644 --- a/src/views/complete.vue +++ b/src/views/complete.vue @@ -30,17 +30,19 @@ }, methods: { skip(href) { + this.cite.fileNum = 0 this.$router.push({ name: href }) }, load(n) { - if(n<1000000) { + if(n<10) { setTimeout(()=>{ this.load(n+1) },1000) }else{ // this.quit() + this.cite.fileNum = 0 this.$router.push({ name: 'device' })