litian
2024-07-09 86cbb2a45a153a704bcc0d63697f83d2832caa71
packageDomain/pages/teacherCertification/index.js
@@ -142,8 +142,9 @@
      })
      this.newGetTeacherInfo()
    })
  },
  //获取教师状态
  newGetTeacherInfo() {
    let that = this;
@@ -689,7 +690,6 @@
    if (!this.data.isIos === 'ios') {
      return
    }
    // 键盘高度
    const height = e.detail.height;
    const className = e.target.dataset.class;
@@ -750,6 +750,9 @@
      } catch (error) {}
    }
  },
  changeParam(e) {
    this.scrollToInput(0);
  },
  /**
   * 页面上拉触底事件的处理函数
   */