wangJJ 5 年之前
父節點
當前提交
4b3ef95917
共有 3 個文件被更改,包括 0 次插入3 次删除
  1. 0 1
      src/components/task/Task.vue
  2. 0 1
      src/components/task/TaskCreate.vue
  3. 0 1
      src/pages/UserCenter/ReBindingMobile.vue

+ 0 - 1
src/components/task/Task.vue

@@ -428,7 +428,6 @@
         });
         this.currType = type[0] ? type[0] : {};
         if (this.currType.type === 0) {
-          this.task.participantCount = 1
           this.$refs.task.clearValidate('endPoint');
         }
       },

+ 0 - 1
src/components/task/TaskCreate.vue

@@ -270,7 +270,6 @@
         });
         this.currType = type[0] ? type[0] : {};
         if (this.currType.type === 0) {
-          this.task.participantCount = 1
           this.$refs.task.clearValidate('endPoint');
         }else{
           this.task.resource = '2'

+ 0 - 1
src/pages/UserCenter/ReBindingMobile.vue

@@ -122,7 +122,6 @@
             notify('error', '绑定失败:' + err.data);
           })
         }
-
       },
       getVerifyCode() {
         if (this.active === 0) {