From 4ffe82b5315aa3a15b988ea7a400dd3829bff979 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期一, 23 六月 2025 15:33:20 +0800 Subject: [PATCH] update 解决商品广场瀑布流两列长度跨度大问题 --- 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 cbbab3c..a86a497 100644 --- a/pages/tabbar/user/my.vue +++ b/pages/tabbar/user/my.vue @@ -71,17 +71,18 @@ <!-- 甯哥敤宸ュ叿 --> <tool /> - + <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