From e96eb325b42b25ecd83c065c4abd8ce9999cd468 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 18 九月 2023 15:17:21 +0800 Subject: [PATCH] 修改放空逻辑,增加合卡功能 --- pages.json | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index 212cf31..9dbbba4 100644 --- a/pages.json +++ b/pages.json @@ -232,9 +232,16 @@ "navigationStyle": "custom" } + }, { + "path": "pages/login/PrivacyAgreementText/PrivacyAgreementText", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + } ,{ - "path" : "pages/login/PrivacyAgreementText/PrivacyAgreementText", + "path" : "pages/loadUnload-page/selectTarget/selectTarget", "style" : { "navigationBarTitleText": "", -- Gitblit v1.9.1