From d71185618da48ad8e241e99c1edcddf4c846ef98 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Tue, 7 Mar 2023 20:45:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9F=A5=E7=9C=8B=E6=8A=95=E7=A5=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/CheckVote.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/drawers/CheckVote.vue b/src/components/drawers/CheckVote.vue index 28c93747..3d9335a1 100644 --- a/src/components/drawers/CheckVote.vue +++ b/src/components/drawers/CheckVote.vue @@ -31,6 +31,8 @@ > {{items.optionName}} +
+ @@ -151,9 +153,8 @@ export default { } } } + console.log(choiceArr) state.currentChoice = choiceArr - - }).catch(err=>{ console.log(err) })