From e1795bb2843b5023226eeac2624631507cdcbcab Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 19 Sep 2023 18:19:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 +- pages/index/index.vue | 43 +-- .../dist/dev/app-plus/app-config-service.js | 2 +- unpackage/dist/dev/app-plus/app-service.js | 245 +++++++++--------- unpackage/dist/dev/app-plus/app-view.js | 167 ++++++------ 5 files changed, 219 insertions(+), 242 deletions(-) diff --git a/pages.json b/pages.json index ea49b87..321d795 100644 --- a/pages.json +++ b/pages.json @@ -4,8 +4,8 @@ "path": "pages/index/index", "style": { "navigationBarTitleText": "讯飞AI", - "bounce": "none", - "softinputMode": "adjustResize" + "bounce": "none" + // "softinputMode": "adjustResize" } }, { "path": "pages/index/chat", diff --git a/pages/index/index.vue b/pages/index/index.vue index f0e00a2..c8f42b7 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,12 +1,10 @@