定时器
This commit is contained in:
@@ -53,7 +53,7 @@ export default {
|
||||
}, this.iTime)
|
||||
},
|
||||
toJump () {
|
||||
window.clearInterval(this.timer)
|
||||
clearInterval(this.timer)
|
||||
this.page = this.page === 'one' ? 'two' : 'one'
|
||||
setTimeout(() => {
|
||||
this.swipePage()
|
||||
|
||||
Reference in New Issue
Block a user