From c10460b9b67066d5258610ab7fe0a7b79fee7734 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Sat, 7 Oct 2023 23:13:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=9C=BA=E4=BF=A1=E6=81=AF=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 17 +-- pages/business/business.vue | 253 +++++++++--------------------------- 2 files changed, 67 insertions(+), 203 deletions(-) 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 @@