From bf9fb3424b4fc4e1cc8e0f729c195b1a824142d4 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期四, 07 九月 2023 15:16:26 +0800 Subject: [PATCH] 客户我的界面逻辑优化 --- pages.json | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/pages.json b/pages.json index 212cf31..6b50db8 100644 --- a/pages.json +++ b/pages.json @@ -232,17 +232,15 @@ "navigationStyle": "custom" } + }, { + "path": "pages/login/PrivacyAgreementText/PrivacyAgreementText", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + } - ,{ - "path" : "pages/login/PrivacyAgreementText/PrivacyAgreementText", - "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - - } - ], + ], "subPackages": [{ "root": "pages/register", "pages": [{ -- Gitblit v1.9.1