From 9ab013562d036d1ec3c056044f9a62fbf64f1070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= Date: Fri, 29 Aug 2025 17:52:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8A=95=E7=A5=A8?= =?UTF-8?q?=E7=8A=B6=E6=80=81=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 --- components/article-vote/article-vote.vue | 128 ++++++++--------------- components/vote-card/vote-card.vue | 107 ++----------------- pagesA/vote-detail/vote-detail.vue | 116 +++++++------------- pagesA/votes/votes.vue | 25 ++--- utils/vote.js | 52 +++++++++ 5 files changed, 149 insertions(+), 279 deletions(-) diff --git a/components/article-vote/article-vote.vue b/components/article-vote/article-vote.vue index 48cab13..0df2e80 100644 --- a/components/article-vote/article-vote.vue +++ b/components/article-vote/article-vote.vue @@ -8,22 +8,11 @@ {{ index+1 }} - - 单选 - 多选 - 双选PK - - 已结束 - 未开始 - 进行中 - + model="fill">{{ index + 1 }} + {{ vote.spec._uh_type }} + {{vote.spec._uh_state.state}} -