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

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

Signed-off-by: N@ge-yafang <geyafang@huawei.com>
上级 b8971e2b
...@@ -90,7 +90,7 @@ OpenHarmony低代码开发方式具有丰富的UI界面编辑功能,通过可 ...@@ -90,7 +90,7 @@ OpenHarmony低代码开发方式具有丰富的UI界面编辑功能,通过可
- 在second.ets文件中,将本页面的message文本内容设置为“Hi there”,示例如下: - 在second.ets文件中,将本页面的message文本内容设置为“Hi there”,示例如下:
``` ```ts
@Entry @Entry
@Component @Component
struct Second { struct Second {
...@@ -123,7 +123,7 @@ OpenHarmony低代码开发方式具有丰富的UI界面编辑功能,通过可 ...@@ -123,7 +123,7 @@ OpenHarmony低代码开发方式具有丰富的UI界面编辑功能,通过可
在第一个页面中,跳转按钮绑定onclick方法,点击按钮时跳转到第二页。需同时处理ets文件及visual文件。 在第一个页面中,跳转按钮绑定onclick方法,点击按钮时跳转到第二页。需同时处理ets文件及visual文件。
-**index.ets**”示例如下: -**index.ets**”示例如下:
``` ```ts
import router from '@ohos.router'; import router from '@ohos.router';
@Entry @Entry
...@@ -155,7 +155,7 @@ OpenHarmony低代码开发方式具有丰富的UI界面编辑功能,通过可 ...@@ -155,7 +155,7 @@ OpenHarmony低代码开发方式具有丰富的UI界面编辑功能,通过可
-**second.ets**”示例如下: -**second.ets**”示例如下:
``` ```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.
先完成此消息的编辑!
想要评论请 注册