From 0efbdbfea5e6b9f5ebed68baf49aa91ae0e48e87 Mon Sep 17 00:00:00 2001 From: WangLin305 Date: Tue, 1 Apr 2025 11:15:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BA=9F=E5=BC=83=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/detail/src/main/ets/view/Live.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/detail/src/main/ets/view/Live.ets b/features/detail/src/main/ets/view/Live.ets index 9ef9d26..0e88757 100644 --- a/features/detail/src/main/ets/view/Live.ets +++ b/features/detail/src/main/ets/view/Live.ets @@ -47,7 +47,7 @@ export struct Live { Column() { XComponent({ id: LiveConstants.X_COMPONENT_PARAMS[0], - type: LiveConstants.X_COMPONENT_PARAMS[1], + type: XComponentType.SURFACE, controller: this.pipWindowUtil?.getXComponentController() }) .onLoad(() => { -- Gitee