diff --git a/pages.json b/pages.json index 4e43f79..61c09e0 100644 --- a/pages.json +++ b/pages.json @@ -30,20 +30,15 @@ "style": { "navigationBarTitleText": "商机信息", "navigationBarBackgroundColor": "#0122C7", - "navigationBarTextStyle": "white" - } - - }, - { - "path": "pages/business/talkDetail", - "style": { - "navigationBarTitleText": "商机信息", - "enablePullDownRefresh": true, - "navigationBarBackgroundColor": "#0122C7", - "navigationBarTextStyle": "white" + "navigationBarTextStyle": "white", + "app-plus": { + //手机软键盘升起不让其将页面头部上推 + "softinputMode": "adjustResize" + } } }, + { "path": "pages/index/index", "style": { diff --git a/pages/business/business.vue b/pages/business/business.vue index f32bb76..ba3f1fb 100644 --- a/pages/business/business.vue +++ b/pages/business/business.vue @@ -1,20 +1,11 @@