From 828505c2ddc615d15ddcf678b9d34488e17dc990 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 27 Jun 2023 00:16:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tabNav.vue | 197 ------------------------------------------ pages/index/index.vue | 8 +- 2 files changed, 1 insertion(+), 204 deletions(-) delete mode 100644 components/tabNav.vue diff --git a/components/tabNav.vue b/components/tabNav.vue deleted file mode 100644 index 0518488d..00000000 --- a/components/tabNav.vue +++ /dev/null @@ -1,197 +0,0 @@ - - - - - diff --git a/pages/index/index.vue b/pages/index/index.vue index cac43db2..ce8f95a4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -168,11 +168,7 @@ import Cache from '../../utils/cache'; const statusBarHeight = uni.getSystemInfoSync().statusBarHeight + 'px'; let app = getApp(); - import { - getIndexData, - getCoupons, - setCouponReceive - } from '@/api/api.js'; + import { getIndexData } from '@/api/api.js'; import { getShare } from '@/api/public.js'; import a_seckill from './components/a_seckill'; import b_combination from './components/b_combination'; @@ -181,7 +177,6 @@ import promotionGood from '@/components/promotionGood'; import { goShopDetail } from '@/libs/order.js' import { mapGetters } from "vuex"; - import tabNav from '@/components/tabNav.vue' import countDown from '@/components/countDown'; import recommend from '@/components/recommend'; import { silenceBindingSpread } from '@/utils'; @@ -195,7 +190,6 @@ export default { computed: mapGetters(['isLogin', 'uid']), components: { - tabNav, goodList, promotionGood, countDown,