Browse Source

merge: live fav

able99 4 years ago
parent
commit
3f7b089b1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jhlive/jhlive.nvue

+ 1 - 1
jhlive/jhlive.nvue

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