From d40527c10a2aa2ea481e1bf85ba0ac75ade9b670 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期六, 16 九月 2023 19:57:56 +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