From f64549c06c2e4fd3f47552ae0fcb3ae5ae79f796 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 24 六月 2025 18:41:43 +0800
Subject: [PATCH] 首页视频性能优化
---
pages/tabbar/home/template/tpl_promotions_detail.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pages/tabbar/home/template/tpl_promotions_detail.vue b/pages/tabbar/home/template/tpl_promotions_detail.vue
index bc146cc..cb2e925 100644
--- a/pages/tabbar/home/template/tpl_promotions_detail.vue
+++ b/pages/tabbar/home/template/tpl_promotions_detail.vue
@@ -64,6 +64,7 @@
</div>
</template>
<script>
+import '@/components/uview-components/uview-ui'
import * as API_Promotions from "@/api/promotions";
import Foundation from "@/utils/Foundation.js";
export default {
--
Gitblit v1.8.0