From 233c20ab1f5f3da83c5328b252396e7faeac5843 Mon Sep 17 00:00:00 2001 From: linju <8432241+linjuDcloud@user.noreply.gitee.com> Date: Wed, 7 Apr 2021 20:03:08 +0800 Subject: [PATCH] 213 --- App.vue | 10 + manifest.json | 4 +- pages.json | 25 +- pages/settings/settings11.nvue | 110 +++++ pages/ucenter/{ucenter.nvue => ucenter.vue} | 437 ++++++++++-------- .../pages/index/{index.nvue => index.vue} | 14 +- .../uni-quick-login/uni-quick-login.vue | 9 +- 7 files changed, 396 insertions(+), 213 deletions(-) create mode 100644 pages/settings/settings11.nvue rename pages/ucenter/{ucenter.nvue => ucenter.vue} (53%) rename uni_modules/uni-login-page/pages/index/{index.nvue => index.vue} (87%) diff --git a/App.vue b/App.vue index 3bcb9a36..b33222dd 100644 --- a/App.vue +++ b/App.vue @@ -30,4 +30,14 @@ box-sizing: border-box; /* #endif */ } + /* #ifndef APP-NVUE */ + view,scroll-view,text, + image,switch,navigator,icons { + display: flex; + box-sizing: border-box; + } + scroll-view{ + -webkit-overflow-scrolling: touch; + } + /* #endif */ diff --git a/manifest.json b/manifest.json index bb4cd5cb..dd628e6d 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,8 @@ }, "modules" : { "OAuth" : {}, - "Share" : {} + "Share" : {}, + "Fingerprint" : {} }, "distribute" : { "android" : { @@ -34,6 +35,7 @@ "", "", "", + "", "", "", "" diff --git a/pages.json b/pages.json index df2512c0..731cdb36 100644 --- a/pages.json +++ b/pages.json @@ -22,15 +22,24 @@ "style": { "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FFFFFF", + "navigationStyle": "custom", + "backgroundColor": "transparent", "app-plus": { - "titleNView": { - "buttons": [{ - "text": "帮助", - "type": "none", - "fontSize": "16px", - "width": "60px" - }] - } + "animationType": "fade-in", + "background": "transparent", + "popGesture": "none", + "titleNView":false + // "navigationBarTitleText": "", + // "navigationBarBackgroundColor": "#FFFFFF", + // "app-plus": { + // "titleNView": { + // "buttons": [{ + // "text": "帮助", + // "type": "none", + // "fontSize": "16px", + // "width": "60px" + // }] + // } } } }, { diff --git a/pages/settings/settings11.nvue b/pages/settings/settings11.nvue new file mode 100644 index 00000000..12cb08b6 --- /dev/null +++ b/pages/settings/settings11.nvue @@ -0,0 +1,110 @@ + + + + + diff --git a/pages/ucenter/ucenter.nvue b/pages/ucenter/ucenter.vue similarity index 53% rename from pages/ucenter/ucenter.nvue rename to pages/ucenter/ucenter.vue index 58e603f6..c9dc792d 100644 --- a/pages/ucenter/ucenter.nvue +++ b/pages/ucenter/ucenter.vue @@ -1,200 +1,245 @@ - - - - - diff --git a/uni_modules/uni-login-page/pages/index/index.nvue b/uni_modules/uni-login-page/pages/index/index.vue similarity index 87% rename from uni_modules/uni-login-page/pages/index/index.nvue rename to uni_modules/uni-login-page/pages/index/index.vue index 6f7ca9c0..8fc11ef3 100644 --- a/uni_modules/uni-login-page/pages/index/index.nvue +++ b/uni_modules/uni-login-page/pages/index/index.vue @@ -1,6 +1,6 @@ -