From 28fd9d069d44b5e938db9b62f600e28330d81dfa Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 11 六月 2025 21:05:29 +0800 Subject: [PATCH] Merge branch 'dev' of http://42.193.1.25:9521/r/lmk-shop-wx into dev --- 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