litian
2024-06-26 ccda9ec2fe70d8f51ef184eafc04b78d22dfbabd
packageDomain/pages/teacherCertification/index.js
@@ -689,7 +689,6 @@
    if (!this.data.isIos === 'ios') {
      return
    }
    // 键盘高度
    const height = e.detail.height;
    const className = e.target.dataset.class;
@@ -750,6 +749,9 @@
      } catch (error) {}
    }
  },
  changeParam(e) {
    this.scrollToInput(0);
  },
  /**
   * 页面上拉触底事件的处理函数
   */