From 10485e68391b65506383988e56a716e9a4e0321c Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Wed, 22 Jul 2026 16:49:17 +0800 Subject: [PATCH] 1 --- package1/tabbar/fishRelease.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package1/tabbar/fishRelease.vue b/package1/tabbar/fishRelease.vue index 2c945d1..764ca44 100644 --- a/package1/tabbar/fishRelease.vue +++ b/package1/tabbar/fishRelease.vue @@ -268,9 +268,17 @@ if (!this.editorIns || !this.pendingEditorHtml) return if (this.editorIns.setContents) { this.editorIns.setContents({ - html: this.pendingEditorHtml + html: this.pendingEditorHtml, + complete: () => this.hideEditKeyboard() }) } + this.hideEditKeyboard() + }, + hideEditKeyboard() { + if (!this.isEdit) return + setTimeout(() => { + uni.hideKeyboard() + }, 120) }, parseJsonList(value) { if (!value) return []