|
@@ -8214,7 +8214,7 @@ export default {
|
|
|
_inviteA.push({ cid: res.data[1][ik].classid, ic: res.data[1][ik].code });
|
|
|
}
|
|
|
for (var ik = 0; ik < _inviteA.length; ik++) {
|
|
|
- if (this.arrayToArray(_inviteA[ik].cid.split(","), this.tcid.split(",")).length == 0) {
|
|
|
+ if (this.arrayToArray(_inviteA[ik].cid.split(","), this.tcid.split(",")).length) {
|
|
|
this.inviteCode = _inviteA[ik].ic
|
|
|
break;
|
|
|
}
|
|
@@ -8467,7 +8467,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
- this.$message.error("网络不佳");
|
|
|
+ // this.$message.error("网络不佳");
|
|
|
console.error(err);
|
|
|
});
|
|
|
},
|