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