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',