From c1189fb4bb935a20ac8af02f53960e86380a236b Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期四, 18 九月 2025 14:21:19 +0800 Subject: [PATCH] 虚拟商品订单关闭再来一单的入口 --- pages/promotion/bargain/log.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pages/promotion/bargain/log.vue b/pages/promotion/bargain/log.vue index 9a811bd..98910f1 100644 --- a/pages/promotion/bargain/log.vue +++ b/pages/promotion/bargain/log.vue @@ -31,6 +31,8 @@ </template> <script> +import '@/components/uview-components/uview-ui'; + import { getMineBargainLog } from "@/api/promotions"; export default { data() { -- Gitblit v1.8.0