From 6afcf851d6f2db0de5cdaca31cad419f60895ede Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期二, 10 九月 2024 16:52:58 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- pages/cart/index.json | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/cart/index.json b/pages/cart/index.json index c01a13b..87212fc 100644 --- a/pages/cart/index.json +++ b/pages/cart/index.json @@ -8,9 +8,11 @@ "t-toast": "tdesign-miniprogram/toast/toast", "t-empty": "tdesign-miniprogram/empty/empty", "t-loading": "tdesign-miniprogram/loading/loading", - "t-image": "tdesign-miniprogram/image/image" + "t-image": "tdesign-miniprogram/image/image", + "empty": "/components/empty/index" }, "enablePullDownRefresh": true, "onReachBottomDistance": 100, - "backgroundTextStyle": "dark" + "backgroundTextStyle": "dark", + "disableScroll": true } \ No newline at end of file -- Gitblit v1.9.1