diff --git a/App.vue b/App.vue index 3bcb9a36dad7b741552d8dc081bf3193f12d6de2..b33222dd5328f96dde5b2f68d6957a1a08efea0b 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 bb4cd5cbfb931796f37179772bfb6d1b84bbdf97..dd628e6de7c0275c1efcc5c79872890357ffd137 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 df2512c0cfa69a398882c40a4a8fb08d334fa86b..731cdb3641f918a2507b5636674ab0bac1ae378c 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 0000000000000000000000000000000000000000..12cb08b6fa8314442f2f5f86cb513e7c90387541 --- /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 58e603f6a613356f385c1b7357c0dcd29fc15818..c9dc792d7511cd8d899c7eb665d078884d114bba 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 6f7ca9c0ccce76428d52b3eee6714ddd8176bc92..8fc11ef360f2ac5c2c4c87df393925dd841f5a0e 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 @@ -