111
QYF-GitLab1
2024-12-23 c99f9976a5ef9d8974105feb8fc0580a10adf98c
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()
    }
  },