update 延时修改
This commit is contained in:
@@ -558,7 +558,7 @@ export default {
|
|||||||
this.initForeword()
|
this.initForeword()
|
||||||
clearTimeout(timer)
|
clearTimeout(timer)
|
||||||
timer = null
|
timer = null
|
||||||
}, 500)
|
}, 1000)
|
||||||
},
|
},
|
||||||
|
|
||||||
equationClick () {
|
equationClick () {
|
||||||
@@ -871,7 +871,7 @@ export default {
|
|||||||
clearTimeout(timer)
|
clearTimeout(timer)
|
||||||
timer = null
|
timer = null
|
||||||
this.initIntroduction()
|
this.initIntroduction()
|
||||||
}, 500)
|
}, 1000)
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* 初始化引言
|
* 初始化引言
|
||||||
@@ -925,7 +925,7 @@ export default {
|
|||||||
clearTimeout(timer)
|
clearTimeout(timer)
|
||||||
timer = null
|
timer = null
|
||||||
this.handleInit()
|
this.handleInit()
|
||||||
}, 500)
|
}, 1000)
|
||||||
},
|
},
|
||||||
// 初始化正文
|
// 初始化正文
|
||||||
handleInit () {
|
handleInit () {
|
||||||
@@ -1148,7 +1148,7 @@ export default {
|
|||||||
clearTimeout(timer)
|
clearTimeout(timer)
|
||||||
timer = null
|
timer = null
|
||||||
this.reorderSort()
|
this.reorderSort()
|
||||||
}, 500)
|
}, 1000)
|
||||||
},
|
},
|
||||||
reorderSort () {
|
reorderSort () {
|
||||||
this.ctx.callCommand(() => {
|
this.ctx.callCommand(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user