From f562cf22e554e7e89017ef98d60ccaf5fbfc0208 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期二, 05 八月 2025 09:27:28 +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