From b5bf6a8ff37d5c363a68697ac8cab88ff21b1614 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 16 七月 2025 23:29:10 +0800
Subject: [PATCH] 增加量表价格为0的判断

---
 packagePersonal/pages/myCollection/index.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packagePersonal/pages/myCollection/index.json b/packagePersonal/pages/myCollection/index.json
index a901f19..00fdd92 100644
--- a/packagePersonal/pages/myCollection/index.json
+++ b/packagePersonal/pages/myCollection/index.json
@@ -7,6 +7,7 @@
     "t-pull-down-refresh": "tdesign-miniprogram/pull-down-refresh/pull-down-refresh",
     "t-loading": "tdesign-miniprogram/loading/loading",
     "t-image": "tdesign-miniprogram/image/image",
-    "t-empty": "tdesign-miniprogram/empty/empty"
+    "t-empty": "tdesign-miniprogram/empty/empty",
+    "empty": "/components/empty/index"
   }
 }
\ No newline at end of file

--
Gitblit v1.9.1