提交 29f94fa3 编写于 作者: d-u-a's avatar d-u-a

docs: navigateTo

上级 d9bd698b
...@@ -44,6 +44,7 @@ export default { ...@@ -44,6 +44,7 @@ export default {
``` ```
``` ```
// 2.8.9+ 支持
uni.navigateTo({ uni.navigateTo({
url: 'pages/test?id=1', url: 'pages/test?id=1',
events: { events: {
...@@ -64,6 +65,7 @@ uni.navigateTo({ ...@@ -64,6 +65,7 @@ uni.navigateTo({
``` ```
``` ```
// 2.8.9+ 支持
// test.js // test.js
onLoad: function(option) { onLoad: function(option) {
console.log(option.query) console.log(option.query)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册