@@ -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;