From d53c847ff778ea97b9afa2ffc626cb65af4baa8e Mon Sep 17 00:00:00 2001 From: davy Date: Mon, 31 Mar 2025 01:58:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A0=8F=E5=92=8C=E7=AD=9B=E9=80=89=E6=A0=8F=E7=9A=84=E5=B8=83?= =?UTF-8?q?=E5=B1=80=EF=BC=8C=E4=BF=AE=E5=A4=8Dui=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/rowBeer.vue | 57 ++++++++++---- pages/activityList/index.vue | 139 +++++++++++++---------------------- pages/index/index.vue | 35 +++++++-- 3 files changed, 122 insertions(+), 109 deletions(-) diff --git a/components/rowBeer.vue b/components/rowBeer.vue index 695d6e8..dffec84 100644 --- a/components/rowBeer.vue +++ b/components/rowBeer.vue @@ -1,3 +1,12 @@ +/** + * @description 横向滚动的啤酒列表组件 + * @author [作者名] + * @usage 用于展示横向滚动的啤酒列表,支持点击跳转到酒评详情 + * @props beers: Array - 啤酒列表数据,包含啤酒的详细信息 + * @events 无 + * @example + * + */