From f2cb18b54d5b774d046086a4b75acda16e61ce65 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 03 七月 2025 16:46:02 +0800 Subject: [PATCH] 横向视频同步至其它视频页面 --- pages/order/complain/complainInfo.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pages/order/complain/complainInfo.vue b/pages/order/complain/complainInfo.vue index 90ede36..3448a9a 100644 --- a/pages/order/complain/complainInfo.vue +++ b/pages/order/complain/complainInfo.vue @@ -50,6 +50,7 @@ </template> <script> +import '@/components/uview-components/uview-ui' import { getComplainDetail, communication } from "@/api/after-sale"; export default { data() { -- Gitblit v1.8.0