未验证 提交 f461046c 编写于 作者: 葛亚芳 提交者: Gitee

update en/application-dev/quick-start/start-with-ets-low-code.md.

Signed-off-by: N@ge-yafang <geyafang@huawei.com>
上级 538374eb
...@@ -88,7 +88,7 @@ Add **Column**, **Text**, and **Button** components to the first page. A column ...@@ -88,7 +88,7 @@ Add **Column**, **Text**, and **Button** components to the first page. A column
4. Add a **Text** component. 4. Add a **Text** component.
- In the **second.ets** file, set the message text content to **Hi there**. The sample code is as follows: - In the **second.ets** file, set the message text content to **Hi there**. The sample code is as follows:
``` ```ts
@Entry @Entry
@Component @Component
struct Second { struct Second {
...@@ -121,7 +121,7 @@ You can implement page redirection through the page router, which finds the targ ...@@ -121,7 +121,7 @@ You can implement page redirection through the page router, which finds the targ
In the files of the first page, bind the **onclick** method to the button so that clicking the button redirects the user to the second page. This operation needs to be completed in both .ets and .visual files. In the files of the first page, bind the **onclick** method to the button so that clicking the button redirects the user to the second page. This operation needs to be completed in both .ets and .visual files.
- In the **index.ets** file: - In the **index.ets** file:
``` ```ts
import router from '@ohos.router'; import router from '@ohos.router';
@Entry @Entry
...@@ -153,7 +153,7 @@ You can implement page redirection through the page router, which finds the targ ...@@ -153,7 +153,7 @@ You can implement page redirection through the page router, which finds the targ
- In the **second.ets** file: - In the **second.ets** file:
``` ```ts
import router from '@ohos.router'; import router from '@ohos.router';
@Entry @Entry
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册