zhongshujie
2024-12-20 a9877004f436bb9f53173c1692de345726e0e521
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',