From 82b85bf800a9fc9a813f11367016fd581534a8b4 Mon Sep 17 00:00:00 2001 From: LLL <15374889135@163.com> Date: Thu, 13 Mar 2025 12:02:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E7=A7=81=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 +++++++++- pages/common/privacy_agreement.vue | 22 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 pages/common/privacy_agreement.vue diff --git a/pages.json b/pages.json index 74a360f..239c706 100644 --- a/pages.json +++ b/pages.json @@ -90,7 +90,15 @@ "navigationBarTextStyle": "black" } }, - + { + "path" : "pages/common/privacy_agreement", + "style": { + "navigationBarTitleText": "隐私协议", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" + } + }, diff --git a/pages/common/privacy_agreement.vue b/pages/common/privacy_agreement.vue new file mode 100644 index 0000000..8183fd0 --- /dev/null +++ b/pages/common/privacy_agreement.vue @@ -0,0 +1,22 @@ + + + + +