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) {