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') }