Browse Source

bug修改

wangfei 6 years ago
parent
commit
e1765aec97
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/page3.vue

+ 1
- 1
src/pages/page3.vue View File

@@ -164,7 +164,7 @@ export default {
164 164
           window.clearInterval(this.pageTimer)
165 165
           window.location.reload()
166 166
         }
167
-        this.init()
167
+        // this.init()
168 168
       }
169 169
     }, 1000)
170 170
   },