From aea82fc6285fd37a33e0efd6cd0e5089dfa32faf Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 01 九月 2025 22:05:58 +0800
Subject: [PATCH] Merge branch 'dev_fix_sub' of http://42.193.1.25:9521/r/lmk-shop-wx into dev_fix_sub

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