update 延时修改

This commit is contained in:
赵霄
2024-04-21 21:44:03 +08:00
parent 8d851cb9ec
commit 6a07171080
+4 -4
View File
@@ -558,7 +558,7 @@ export default {
this.initForeword()
clearTimeout(timer)
timer = null
}, 500)
}, 1000)
},
equationClick () {
@@ -871,7 +871,7 @@ export default {
clearTimeout(timer)
timer = null
this.initIntroduction()
}, 500)
}, 1000)
},
/**
* 初始化引言
@@ -925,7 +925,7 @@ export default {
clearTimeout(timer)
timer = null
this.handleInit()
}, 500)
}, 1000)
},
// 初始化正文
handleInit () {
@@ -1148,7 +1148,7 @@ export default {
clearTimeout(timer)
timer = null
this.reorderSort()
}, 500)
}, 1000)
},
reorderSort () {
this.ctx.callCommand(() => {