From 60e5c5ea203b64d30857a0fa24b9bb7f03ab904a Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 18 六月 2025 23:09:29 +0800
Subject: [PATCH] 补签
---
pages/tabbar/category/category.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/pages/tabbar/category/category.vue b/pages/tabbar/category/category.vue
index e273a9a..36bb59d 100644
--- a/pages/tabbar/category/category.vue
+++ b/pages/tabbar/category/category.vue
@@ -36,10 +36,12 @@
</view>
</scroll-view>
</view>
+ <custom-tabbar bgColor="#ffffff" selected="shop"></custom-tabbar>
</view>
</template>
<script>
+import '@/components/uview-components/uview-ui';
import { getCategoryList } from "@/api/goods.js";
export default {
data() {
--
Gitblit v1.8.0