提交 8718ab8d 编写于 作者: H HelloCrease

update docs

Signed-off-by: NHelloCrease <lian15@huawei.com>
上级 e9a960fa
...@@ -275,7 +275,7 @@ struct ReaderComp { ...@@ -275,7 +275,7 @@ struct ReaderComp {
build() { build() {
Row() { Row() {
Text(this.title) Text(this.title)
Text(`... ${this.readIt ? 'I have read' : 'I have bot read it'}`) Text(`... ${this.readIt ? 'I have read' : 'I have not read it'}`)
.onClick(() => this.readIt = true) .onClick(() => this.readIt = true)
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册