From ff96875de753b6ee6e1476b31ae599deb17c47cb Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Sat, 7 Dec 2024 14:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E9=A1=B5=E9=9D=A2/=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E9=A1=B5=E9=9D=A2=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 13 +++- pages/login/appEq.vue | 56 ++++++++------- pages/login/register.vue | 132 +++++++++++++++++++++++------------- pages/login/registerApp.vue | 122 +++++++++++++++++++++------------ static/images/appeq_bg.png | Bin 0 -> 691682 bytes static/images/i_bg.png | Bin 0 -> 605399 bytes 6 files changed, 202 insertions(+), 121 deletions(-) create mode 100644 static/images/appeq_bg.png create mode 100644 static/images/i_bg.png diff --git a/pages.json b/pages.json index 1aff6fb..254fba1 100644 --- a/pages.json +++ b/pages.json @@ -125,9 +125,10 @@ "path": "pages/login/registerApp", "style": { "navigationBarTitleText": "注册", + "navigationBarBackgroundColor": "#f1a48a", "h5": { "titleNView": { - "backgroundColor": "#FFFFFF" + "backgroundColor": "#f1a48a" } } // #ifdef H5 @@ -159,13 +160,19 @@ }, { "path": "pages/login/register", + "style": { - "navigationBarTitleText": "注册", + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#f1a48a", "h5": { "titleNView": { - "backgroundColor": "#FFFFFF" + "backgroundColor": "#f1a48a" } } + // #ifdef H5 + , + "navigationStyle": "custom" + // #endif } }, { diff --git a/pages/login/appEq.vue b/pages/login/appEq.vue index 3239957..47a8c41 100644 --- a/pages/login/appEq.vue +++ b/pages/login/appEq.vue @@ -1,17 +1,13 @@