From ceadff3b61f49ab2326020aac0358f6c3b0f3683 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 02 七月 2025 16:18:44 +0800 Subject: [PATCH] 视频搜索页及搜索页视频的播放 --- pages/tabbar/user/my.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pages/tabbar/user/my.vue b/pages/tabbar/user/my.vue index 6734f28..a86a497 100644 --- a/pages/tabbar/user/my.vue +++ b/pages/tabbar/user/my.vue @@ -75,13 +75,14 @@ </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