Explorar el Código

merge: live fav

able99 hace 4 años
padre
commit
3f7b089b1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jhlive/jhlive.nvue

+ 1 - 1
jhlive/jhlive.nvue

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