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

update zh-cn/application-dev/quick-start/start-with-js.md.

Signed-off-by: N@ge-yafang <geyafang@huawei.com>
上级 4c1b545c
......@@ -168,12 +168,12 @@
```
import router from '@system.router';
import router from '@ohos.router';
export default {
onclick: function () {
router.push({
uri: "pages/second/second"
url: "pages/second/second"
})
}
}
......@@ -184,7 +184,7 @@
```
import router from '@system.router';
import router from '@ohos.router';
export default {
back: function () {
......@@ -210,3 +210,6 @@
![zh-cn_image_0000001217527892](figures/zh-cn_image_0000001217527892.png)
恭喜您已经使用JS语言开发(传统代码方式)完成了第一个OpenHarmony应用,快来[探索更多的OpenHarmony功能](../application-dev-guide.md)吧。
## 相关实例
针对使用JS语言(传统代码方式)开发快速入门,有以下相关实例可供参考:
- [`JsHelloWorld`:你好世界(JS)(API7)](https://gitee.com/openharmony/app_samples/blob/master/common/JsHelloWorld)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册