From 4a5b42b6c3ca369a01b1d3c6fa50825ea4a64aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Tue, 7 Jun 2022 11:11:14 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=97=AE=E7=AD=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../my-questions/components/stand-item.vue | 14 +-- .../personal/pages/my-questions/index.vue | 12 +++ .../standQA/components/questionItemInfo.vue | 13 +-- .../standQA/components/questions-item.vue | 9 ++ .../standQA/components/stand-item.vue | 14 +-- .../regulatoryRepository/standQA/index.vue | 90 +++++++++++-------- 6 files changed, 96 insertions(+), 56 deletions(-) diff --git a/src/pages/personal/pages/my-questions/components/stand-item.vue b/src/pages/personal/pages/my-questions/components/stand-item.vue index 585498bb7..ada2d7335 100644 --- a/src/pages/personal/pages/my-questions/components/stand-item.vue +++ b/src/pages/personal/pages/my-questions/components/stand-item.vue @@ -1,7 +1,7 @@ @@ -39,9 +33,10 @@ export default { props:['answer'], data(){ return{ - checked: true, } }, + methods:{ + }, watch:{ answer: { immediate: true, diff --git a/src/pages/regulatoryRepository/standQA/components/questions-item.vue b/src/pages/regulatoryRepository/standQA/components/questions-item.vue index 660898090..026fe0193 100644 --- a/src/pages/regulatoryRepository/standQA/components/questions-item.vue +++ b/src/pages/regulatoryRepository/standQA/components/questions-item.vue @@ -1,6 +1,9 @@