From 6d9652287b1aaf1fbb2423921b4ea036839c5a74 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Tue, 31 Oct 2023 14:26:06 +0800 Subject: [PATCH] fix:小程序分享功能 --- pages.json | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index 0122ed8..395274f 100644 --- a/pages.json +++ b/pages.json @@ -44,6 +44,13 @@ "disableSwipeBack": true, "navigationStyle": "custom" } + }, { + "path": "pages/actionChange/secondLevelData/index", + "style": { + "navigationBarTitleText": "������������", + "enablePullDownRefresh": false, + "disableSwipeBack": true + } } ] // "tabBar": { -- Gitblit v1.8.0