From 1a819c836f6d052d53bdffcc15d8dca9312febed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Tue, 20 Jun 2023 11:54:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E8=AF=84=E8=AE=BA=E6=A1=86?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E7=9B=B4=E6=8E=A5=E5=BC=B9=E5=87=BA=E9=94=AE?= =?UTF-8?q?=E7=9B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/phoneView/problemKnowledgeBase.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jero-web/src/views/phoneView/problemKnowledgeBase.vue b/jero-web/src/views/phoneView/problemKnowledgeBase.vue index 9853edf6e..eb75acd8f 100644 --- a/jero-web/src/views/phoneView/problemKnowledgeBase.vue +++ b/jero-web/src/views/phoneView/problemKnowledgeBase.vue @@ -157,8 +157,8 @@ commentQuery: {}, sendDisplay: true, num: 1, - userInfoQuery:{}, - administrators:false, + userInfoQuery: {}, + administrators: false } }, mounted() { @@ -194,9 +194,9 @@ }, methods: { ...mapGetters(['userInfo']), - scrolling() { - this.isDisplay = false - }, + // scrolling() { + // this.isDisplay = false + // }, handleonmousedown(e) { if (e.srcElement.type == 'textarea' || e.target.type == 'textarea') {