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() 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(() => {