提交 447b58cb 编写于 作者: 葛亚芳

fixed 79f8f0f6 from https://gitee.com/ge-yafang/docs/pulls/5155

update zh-cn/application-dev/quick-start/start-with-ets-low-code.md.
Signed-off-by: N@ge-yafang <geyafang@huawei.com>
上级 e45c6178
......@@ -90,7 +90,8 @@ OpenHarmony低代码开发方式具有丰富的UI界面编辑功能,通过可
- 在second.ets文件中,将本页面的message文本内容设置为“Hi there”,示例如下:
```
```ts
// second.ets
@Entry
@Component
struct Second {
......@@ -123,7 +124,8 @@ OpenHarmony低代码开发方式具有丰富的UI界面编辑功能,通过可
在第一个页面中,跳转按钮绑定onclick方法,点击按钮时跳转到第二页。需同时处理ets文件及visual文件。
-**index.ets**”示例如下:
```
```ts
// index.ets
import router from '@ohos.router';
@Entry
......@@ -155,7 +157,8 @@ OpenHarmony低代码开发方式具有丰富的UI界面编辑功能,通过可
-**second.ets**”示例如下:
```
```ts
// second.ets
import router from '@ohos.router';
@Entry
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册