zhongshujie
2024-12-18 5dcba93841a0dadb81a74b55062e440af20ad9d3
packageBookService/pages/bookServices/examination/examination.js
@@ -2332,10 +2332,14 @@
  },
  // 加入班级
  joinClass(e) {
    wx.showLoading({
      title: '加载中'
    })
    const data = {
      refCode: e.detail.value
    }
    app.MG.identity.joinGroupByRefCode(data).then((res) => {
      wx.hideLoading()
      if (res == '组不存在') {
        wx.showToast({
          icon: 'error',
@@ -2449,12 +2453,11 @@
        this.setinteractionInfo(true)
      } else {
        // 做完了,没加入班级
        this.setData({
          isShowDialog: true
        })
        this.setinteractionInfo(false)
      }
      this.setData({
        isShowDialog: true
      })
    }
    this.setData({
      submitStatus: true