From 5a8aea6776fee37bbdc61852ac76805968f8a63c Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 5 Jan 2024 17:58:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E5=8A=A9=E6=89=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../biaopin/AppResidentAssistant/AppResidentAssistant.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/project/biaopin/AppResidentAssistant/AppResidentAssistant.vue b/src/project/biaopin/AppResidentAssistant/AppResidentAssistant.vue index f9da25c..a5e3ed1 100644 --- a/src/project/biaopin/AppResidentAssistant/AppResidentAssistant.vue +++ b/src/project/biaopin/AppResidentAssistant/AppResidentAssistant.vue @@ -143,6 +143,7 @@ export default { this.isStart = false }, keyboardClick() { + if(this.isStart) return this.type = 'text' this.content = '' },