From 7b9b132748af1ccd08eb50d1a8f76638726f2de6 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 17 十二月 2024 14:26:07 +0800 Subject: [PATCH] goTest change answerType --- 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