From 1113721c0e068c57adbc15149cce15563960a7f2 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 18 六月 2025 23:03:25 +0800
Subject: [PATCH] Merge branch 'dev' of http://42.193.1.25:9521/r/lmk-shop-wx into dev

---
 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