From 66c82d48c44ef6332db8779d80aeef1c804a2c6a Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Wed, 15 Feb 2023 17:31:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A6=96=E9=A1=B5=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E5=93=81=E7=89=8C=E6=A8=A1=E5=9D=97=EF=BC=8C=E8=83=BD=E5=A4=9F?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=89=8B=E5=8A=A8=E6=BB=91=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Foods/Foods.vue | 2 +- src/views/Index/Index.vue | 157 +++++++++++++++++++++++++++++++------- 2 files changed, 130 insertions(+), 29 deletions(-) diff --git a/src/views/Foods/Foods.vue b/src/views/Foods/Foods.vue index 13b9e7a..2e9099b 100644 --- a/src/views/Foods/Foods.vue +++ b/src/views/Foods/Foods.vue @@ -14,7 +14,7 @@ import BrandScroll from '@/components/BrandScroll/BrandScroll.vue' const store = useStore() const storeRefs = storeToRefs(store) -const { config, shopList, indexList } = storeRefs +const { config, shopList } = storeRefs const shop = ref(null) const selectedList = ref([]) diff --git a/src/views/Index/Index.vue b/src/views/Index/Index.vue index 56007c4..19a7024 100644 --- a/src/views/Index/Index.vue +++ b/src/views/Index/Index.vue @@ -33,27 +33,79 @@ 扫我导航 -