From c95f690b1d0151c3a21f87c5213c9ad953e6cea5 Mon Sep 17 00:00:00 2001 From: jiangx Date: Wed, 19 Nov 2025 17:32:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20ui=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=BB=86=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AboutMall/children/Service.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/AboutMall/children/Service.vue b/src/views/AboutMall/children/Service.vue index fd49622..244b6b6 100644 --- a/src/views/AboutMall/children/Service.vue +++ b/src/views/AboutMall/children/Service.vue @@ -6,7 +6,7 @@ :key="item.title" class="inline-flex flex-col rounded-xl border border-solid border-white bg-gradient-to-b from-white/20 to-white pb-8 pl-12 pr-3 pt-13" > - +
{{ item.title }}
{{ item.titleEn }}
@@ -44,9 +44,9 @@ onMounted(() => { const { DialogTemplate } = useCreateDialogTemplate<[Serve]>() -async function handleServe(item: Serve) { - await DialogTemplate.start(item) -} +// async function handleServe(item: Serve) { +// await DialogTemplate.start(item) +// } function goPage(item: Serve) { if (!item.point) {