From e69e2982d8ea3f046e4549aceebbb3979f756b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=89=BA=E4=B8=BA?= <15897461476@139.com> Date: Wed, 23 Aug 2023 09:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李艺为 <15897461476@139.com> --- entry/src/main/ets/pages/testGifLoadWithWorkerPage.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/entry/src/main/ets/pages/testGifLoadWithWorkerPage.ets b/entry/src/main/ets/pages/testGifLoadWithWorkerPage.ets index 5216bc3..ab03cb0 100644 --- a/entry/src/main/ets/pages/testGifLoadWithWorkerPage.ets +++ b/entry/src/main/ets/pages/testGifLoadWithWorkerPage.ets @@ -20,7 +20,6 @@ import Prompt from '@system.prompt' @Component struct TestGifLoadWithWorkerPage { @State message: string = 'Hello Worker' - //@State 双向绑定的意思 @State options: ImageKnifeOption = { loadSrc: $r('app.media.icon') }