From bd78f525037c2a98d08666fc3465f717f29e6e66 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 22 十月 2024 10:07:51 +0800 Subject: [PATCH] wendang --- packageDomain/pages/publickBookForm/index.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packageDomain/pages/publickBookForm/index.js b/packageDomain/pages/publickBookForm/index.js index a2e562e..2ebbc55 100644 --- a/packageDomain/pages/publickBookForm/index.js +++ b/packageDomain/pages/publickBookForm/index.js @@ -30,8 +30,8 @@ worksInfo: [], keyboardHeight: 0, autosize: { - maxHeight: 120, - minHeight: 80, + maxHeight: 100, + minHeight: 40, }, phoneError: false, emailError: false, @@ -83,7 +83,6 @@ scroll() { // 鐩戝惉瑙嗗浘婊氬姩锛屾墜鍔ㄦ敹璧烽敭鐩� if (this.data.isKeyboard) { - console.log(1); wx.hideKeyboard() } }, -- Gitblit v1.9.1