Skip to content

Commit

Permalink
docs: navigateTo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcloudhdx committed Aug 21, 2020
1 parent 970a4dc commit d9bd698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/router.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
|url|String|||需要跳转的应用内非 tabBar 的页面的路径 , 路径后可以带参数。参数与路径之间使用?分隔,参数键与参数值用=相连,不同参数用&分隔;如 'path?key=value&key2=value2',path为下一个页面的路径,下一个页面的onLoad函数可得到传递的参数|:-|
|animationType|String||pop-in|窗口显示的动画效果,详见:[窗口动画](api/router?id=animation)|App|
|animationDuration|Number||300|窗口动画持续时间,单位为 ms|App|
|events|Object|||页面间通信接口,用于监听被打开页面发送到当前页面的数据。2.8.8+ 开始支持。||
|events|Object|||页面间通信接口,用于监听被打开页面发送到当前页面的数据。2.8.9+ 开始支持。||
|success|Function|||接口调用成功的回调函数||
|fail|Function|||接口调用失败的回调函数||
|complete|Function|||接口调用结束的回调函数(调用成功、失败都会执行)| |
Expand Down Expand Up @@ -227,7 +227,7 @@ uni.navigateBack({


#### EventChannel@event-channel
2.8.8+ 支持
2.8.9+ 支持
页面间事件通信通道

**方法**
Expand Down

0 comments on commit d9bd698

Please sign in to comment.