Browse Source

课程团可以转会员团 会员团无法转其他团

1
mo 3 years ago
parent
commit
435cb473a7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/teamBuild/components/teamBaseInfo.vue

+ 2 - 2
src/views/teamBuild/components/teamBaseInfo.vue

@@ -1199,11 +1199,11 @@ export default {
     },
       checkCourseView(val){
       if(this.teamStatus == "newTeam" || this.teamStatus == "teamDraft"){
-
         return false
       }else{
         if(this.topFrom.courseViewType == 0 || this.topFrom.courseViewType== 1){
-          return val == 2
+          // val ==2
+          return false
         }else{
           return val == 0 || val==1
         }