From 4ffe82b5315aa3a15b988ea7a400dd3829bff979 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期一, 23 六月 2025 15:33:20 +0800
Subject: [PATCH] update 解决商品广场瀑布流两列长度跨度大问题

---
 pages/tabbar/cart/cartList.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/tabbar/cart/cartList.vue b/pages/tabbar/cart/cartList.vue
index dce2147..d15dfdc 100644
--- a/pages/tabbar/cart/cartList.vue
+++ b/pages/tabbar/cart/cartList.vue
@@ -175,15 +175,16 @@
       </view>
     </div>
     <u-toast ref="uToast" />
-	<custom-tabbar bgColor="#ffffff" :selected="2"></custom-tabbar>
+	<custom-tabbar bgColor="#ffffff" selected="buyCar"></custom-tabbar>
   </view>
 </template>
 <script>
+
+import '@/components/uview-components/uview-ui';
 import * as API_Trade from "@/api/trade";
 import { debounce } from "@/utils/tools.js";
-import uniNumberBox from '@/components/uni-number-box'
+// import uniNumberBox from '@/components/uni-number-box'
 export default {
-  components:{uniNumberBox}, // 鏁伴噺鍔犲噺缁勪欢
   data() {
     return {
       loading:false,

--
Gitblit v1.8.0