From b62daf4aaca5fcb8eea7bfd4149dbb92b10f50de Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 04 六月 2025 11:40:06 +0800
Subject: [PATCH] 我的活动,活动,用户管理页面,

---
 pages/tabbar/user/my.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pages/tabbar/user/my.vue b/pages/tabbar/user/my.vue
index 62a836b..239e702 100644
--- a/pages/tabbar/user/my.vue
+++ b/pages/tabbar/user/my.vue
@@ -71,17 +71,20 @@
     <!-- 甯哥敤宸ュ叿 -->
 
     <tool />
-  <custom-tabbar bgColor="#ffffff" :selected="3"></custom-tabbar>
+  <custom-tabbar bgColor="#ffffff" selected="my"></custom-tabbar>
   </view>
 </template>
 <script>
+import UIcon from '@/uview-components/uview-ui/components/u-icon/u-icon.vue';
+import URow from '@/uview-components/uview-ui/components/u-row/u-row.vue';
+import UCol from '@/uview-components/uview-ui/components/u-col/u-col.vue';
 import tool from "@/pages/tabbar/user/utils/tool.vue";
 import { getCouponsNum, getFootprintNum } from "@/api/members.js";
 import { getUserWallet } from "@/api/members";
 import configs from '@/config/config'
 export default {
   components: {
-    tool,
+    tool,UIcon,URow,UCol
   },
   data() {
     return {

--
Gitblit v1.8.0