From 097cdcd70b1d95f5fc581ea2bedc4faeba8259f2 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期五, 15 三月 2024 18:36:24 +0800
Subject: [PATCH] fix: 购物车的样式

---
 pages/home/home.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/home/home.json b/pages/home/home.json
index 24ccee4..3193cbf 100644
--- a/pages/home/home.json
+++ b/pages/home/home.json
@@ -1,5 +1,5 @@
 {
-  "navigationBarTitleText": "棣栭〉",
+  "navigationStyle": "custom",
   "onReachBottomDistance": 10,
   "backgroundTextStyle": "light",
   "enablePullDownRefresh": true,
@@ -16,6 +16,7 @@
     "goods-list": "/components/goods-list/index",
     "load-more": "/components/load-more/index",
     "t-grid": "tdesign-miniprogram/grid/grid",
-    "t-grid-item": "tdesign-miniprogram/grid-item/grid-item"
+    "t-grid-item": "tdesign-miniprogram/grid-item/grid-item",
+    "t-empty": "tdesign-miniprogram/empty/empty"
   }
 }
\ No newline at end of file

--
Gitblit v1.9.1