From ccec36264c44023e18144f5c3fb5aa72d010c2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=AF=85?= <8115726+zhou-yi-shenglan@user.noreply.gitee.com> Date: Tue, 7 May 2024 11:37:21 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9webview=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E7=99=BD=E5=B1=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 周毅 <8115726+zhou-yi-shenglan@user.noreply.gitee.com> --- .../flutter/src/main/ets/embedding/ohos/FlutterPage.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/ohos/flutter_embedding/flutter/src/main/ets/embedding/ohos/FlutterPage.ets b/shell/platform/ohos/flutter_embedding/flutter/src/main/ets/embedding/ohos/FlutterPage.ets index c14e38b02f..cdadecac91 100644 --- a/shell/platform/ohos/flutter_embedding/flutter/src/main/ets/embedding/ohos/FlutterPage.ets +++ b/shell/platform/ohos/flutter_embedding/flutter/src/main/ets/embedding/ohos/FlutterPage.ets @@ -72,7 +72,7 @@ export struct FlutterPage { children: child.children, customBuilder: child.builder }) - }) + },(child: Any) => `${child.id_}`) if (this.showSplashScreen) { this.splashScreenView(); -- Gitee