From 7a4b8764b68e0dbaeb90e292a8a4bd47cb379e68 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 27 四月 2026 17:26:02 +0800
Subject: [PATCH] 小程序端和PC端bug修复
---
small-program/unpackage/dist/dev/mp-weixin/components/custom-tabbar/custom-tabbar.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/components/custom-tabbar/custom-tabbar.json b/small-program/unpackage/dist/dev/mp-weixin/components/custom-tabbar/custom-tabbar.json
index 4575d1b..e8cfaaf 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/components/custom-tabbar/custom-tabbar.json
+++ b/small-program/unpackage/dist/dev/mp-weixin/components/custom-tabbar/custom-tabbar.json
@@ -1,4 +1,4 @@
{
- "usingComponents": {},
- "component": true
+ "component": true,
+ "usingComponents": {}
}
\ No newline at end of file
--
Gitblit v1.9.3