From eaddf31bb82d0224c6260eec8c0c5d91f203d032 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期一, 08 九月 2025 13:41:25 +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