浏览代码

merge: live fav

able99 4 年之前
父节点
当前提交
3f7b089b1d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jhlive/jhlive.nvue

+ 1 - 1
jhlive/jhlive.nvue

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