yichael %!s(int64=4) %!d(string=hai) anos
pai
achega
4fb49352a0
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      components/home/teacher/create.vue

+ 4 - 4
components/home/teacher/create.vue

@@ -51,7 +51,7 @@
 
 				// proType: ['科幻', '现实', '剧情', '历史', '爱情', '惊悚', '公路', '动画'],
 				proType: ['科幻', '现实', 'XR', '主旋律', 'VR'],
-				bPublic:false,
+				bPublic:0,
 			}
 		},
 		components: {},
@@ -124,10 +124,10 @@
 				console.log(this.model)
 			},
 			onClickCheck(e){
-				if(this.bPublic==true){
-					this.bPublic = false;
+				if(this.bPublic==1){
+					this.bPublic = 0;
 				} else {
-					this.bPublic = true;
+					this.bPublic = 1;
 				}	
 			}
 		}