From 1113721c0e068c57adbc15149cce15563960a7f2 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 18 六月 2025 23:03:25 +0800
Subject: [PATCH] Merge branch 'dev' of http://42.193.1.25:9521/r/lmk-shop-wx into dev
---
pages/tabbar/user/my.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pages/tabbar/user/my.vue b/pages/tabbar/user/my.vue
index 62a836b..a86a497 100644
--- a/pages/tabbar/user/my.vue
+++ b/pages/tabbar/user/my.vue
@@ -71,17 +71,18 @@
<!-- 甯哥敤宸ュ叿 -->
<tool />
- <custom-tabbar bgColor="#ffffff" :selected="3"></custom-tabbar>
+ <custom-tabbar bgColor="#ffffff" selected="my"></custom-tabbar>
</view>
</template>
<script>
+import '@/components/uview-components/uview-ui';
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
},
data() {
return {
--
Gitblit v1.8.0