From fa579a2fcad3e23c9df1c72fae3281b1b4c06fdd Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 29 四月 2026 18:29:50 +0800
Subject: [PATCH] 小程序改bug
---
small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-action-sheet/u-action-sheet.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-action-sheet/u-action-sheet.json b/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-action-sheet/u-action-sheet.json
index a6a0b82..132cc98 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-action-sheet/u-action-sheet.json
+++ b/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-action-sheet/u-action-sheet.json
@@ -1,10 +1,10 @@
{
- "component": true,
"usingComponents": {
"u-popup": "/node-modules/uview-ui/components/u-popup/u-popup",
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
"u-line": "/node-modules/uview-ui/components/u-line/u-line",
"u-loading-icon": "/node-modules/uview-ui/components/u-loading-icon/u-loading-icon",
"u-gap": "/node-modules/uview-ui/components/u-gap/u-gap"
- }
+ },
+ "component": true
}
\ No newline at end of file
--
Gitblit v1.9.3