lsc há 2 anos atrás
pai
commit
2001a6d44a

+ 4 - 3
src/components/pages/addCourse.vue

@@ -5891,9 +5891,9 @@ export default {
             this.myWord = res.data[0][0].template;
             this.templateC.id = "123";
             this.courseUserid = res.data[0][0].userid;
-            if(this.courseUserid == this.userid){
-              this.InviteChange(this.checkboxList2)
-            }
+            // if(this.courseUserid == this.userid){
+            //   this.InviteChange(this.checkboxList2)
+            // }
             this.nbOrder = res.data[0][0].ordernumber;
             this.courseTypeId = [];
             for (var i = 0; i < res.data[1].length; i++) {
@@ -6735,6 +6735,7 @@ export default {
     },
     InviteChange(val) {
       console.log(val);
+      return
       let array = JSON.parse(JSON.stringify(val))
       this.inviteCode = this.inviteCode.filter((el) => {
         if (val.indexOf(el.cid) != -1) {

+ 2 - 1
src/components/pages/inviteLogin/inviteLogin.vue

@@ -50,7 +50,8 @@ export default {
         //       selectSnameByCid
         nextSteps() {
             // let reg = /^[A-Za-z0-9]{2,}$/
-            let reg = /^[0-9]{2,}$/
+            // let reg = /^[0-9]{2,}$/
+            let reg = /^\d+$/
             if (!reg.test(this.icode)) {
                 this.$message.error("请正确填写随机码")
                 return;