dever 3 years ago
parent
commit
bec359c822
1 changed files with 6 additions and 1 deletions
  1. 6 1
      pages/dream/view/vodComment.vue

+ 6 - 1
pages/dream/view/vodComment.vue

@@ -49,7 +49,12 @@ export default {
 		}
 	},
 	mounted() {
-		this.control[this.index] = this;
+		this.control[this.index] = this;
+		if (this.item.type == 2) {
+			this.disabled = false;
+		} else {
+			this.disabled = true;
+		}
 	},
 	methods:{
 		start : function() {