From 5204d23fac7d019f44c3b6eaf83561c0cd6175b2 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期五, 25 七月 2025 11:18:09 +0800 Subject: [PATCH] 订单详情隐藏,审核状态显示替换,会员自动登录密码无法登录问题 --- pages/promotion/bargain/log.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/pages/promotion/bargain/log.vue b/pages/promotion/bargain/log.vue index 8f7314e..98910f1 100644 --- a/pages/promotion/bargain/log.vue +++ b/pages/promotion/bargain/log.vue @@ -31,12 +31,10 @@ </template> <script> -import UImage from '@/uview-components/uview-ui/components/u-image/u-image.vue'; -import UEmpty from '@/uview-components/uview-ui/components/u-empty/u-empty.vue'; +import '@/components/uview-components/uview-ui'; import { getMineBargainLog } from "@/api/promotions"; export default { - components: {UImage, UEmpty}, data() { return { params: { -- Gitblit v1.8.0