diff --git a/entry/src/main/ets/pages/index.ets b/entry/src/main/ets/pages/index.ets index cee7a8a5b56c1957870b8c4ead643a462ab8d868..a5d6730a873a6b0584b4bfa9fadb39126a7cd11f 100644 --- a/entry/src/main/ets/pages/index.ets +++ b/entry/src/main/ets/pages/index.ets @@ -18,6 +18,7 @@ import {pinyin4js} from '@ohos/pinyin4js' @Entry @Component struct Index { + //test @State v1: string= '校对'; @State v1t: string= '校对'; @State v2: string= '學校'; @@ -167,4 +168,4 @@ struct Index { .width('100%') .height('100%') } -} \ No newline at end of file +}