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 | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/pages/tabbar/user/my.vue b/pages/tabbar/user/my.vue index 6734f28..239e702 100644 --- a/pages/tabbar/user/my.vue +++ b/pages/tabbar/user/my.vue @@ -75,13 +75,16 @@ </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