From 1ef6c5aef03b07fb28481de681efd90f558d35f7 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 27 六月 2025 10:51:37 +0800 Subject: [PATCH] 视频填充模式bug --- pages/tabbar/user/my.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/tabbar/user/my.vue b/pages/tabbar/user/my.vue index 239e702..a86a497 100644 --- a/pages/tabbar/user/my.vue +++ b/pages/tabbar/user/my.vue @@ -75,16 +75,14 @@ </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 '@/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,UIcon,URow,UCol + tool }, data() { return { -- Gitblit v1.8.0