@@ -209,7 +209,7 @@
},
// 关注点击事件
onLiveFav() {
- this.$emit("onLiveFav");
+ this.$emit("onLiveFav", this.isFav);
}
};