diff --git a/manifest.json b/manifest.json index 99b8247..b81d88e 100644 --- a/manifest.json +++ b/manifest.json @@ -4,6 +4,7 @@ "description" : "", "versionName" : "1.0.0", "versionCode" : "100", + // "softinput": {"mode": "adjustResize"}, "uni-app-x" : {}, /* 快应用特有相关 */ "quickapp" : {}, diff --git a/pages.json b/pages.json index 1dce02e..09ce9e3 100644 --- a/pages.json +++ b/pages.json @@ -4,14 +4,24 @@ "path": "pages/index/login", "style": { "navigationBarTitleText": "登录", - "navigationStyle":"custom" + "navigationStyle":"custom", + "app-plus": { + "titleNView":false, + "scrollIndicator":"none", + "softinputMode": "adjustResize" + } } }, { "path": "pages/home/home", "style": { "navigationBarTitleText": "主页", - "navigationStyle":"custom" + "navigationStyle":"custom", + "app-plus": { + "titleNView":false, + "scrollIndicator":"none", + "softinputMode": "adjustResize" + } }, "needLogin": true }, @@ -19,7 +29,12 @@ "path": "pages/index/wode", "style": { "navigationBarTitleText": "我的", - "navigationStyle":"custom" + "navigationStyle":"custom", + "app-plus": { + "titleNView":false, + "scrollIndicator":"none", + "softinputMode": "adjustResize" + } }, "needLogin": true }, @@ -27,7 +42,12 @@ "path": "pages/views/dingDanCreate", "style": { "navigationBarTitleText": "录入订单", - "navigationStyle":"custom" + "navigationStyle":"custom", + "app-plus": { + "titleNView":false, + "scrollIndicator":"none", + "softinputMode": "adjustResize" + } }, "needLogin": true }, @@ -37,6 +57,11 @@ "navigationBarTitleText": "订单", "navigationStyle":"custom", "onReachBottomDistance":50 + // "app-plus": { + // "titleNView":false, + // "scrollIndicator":"none", + // "softinputMode": "adjustResize" + // } }, "needLogin": true }, @@ -45,7 +70,12 @@ "style" : { "navigationBarTitleText" : "", - "navigationStyle":"custom" + "navigationStyle":"custom", + "app-plus": { + "titleNView":false, + "scrollIndicator":"none", + "softinputMode": "adjustResize" + } }, "needLogin": true } diff --git a/pages/index/PayPal.uvue b/pages/index/PayPal.uvue index 93de559..c80707b 100644 --- a/pages/index/PayPal.uvue +++ b/pages/index/PayPal.uvue @@ -1,5 +1,5 @@