From 18de81a3d961742e74f1832739f87feb2043b27f Mon Sep 17 00:00:00 2001 From: Jason <574469551@qq.com> Date: Thu, 18 Apr 2019 22:18:03 +0800 Subject: [PATCH] docs: Update tutorial.md (#2816) --- docs/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 07a9e40147e5..9c80cafc64dd 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -225,8 +225,8 @@ class App extends Component { | - | - | - | - | | pagePath | String | 是 | 页面路径,必须在 pages 中先定义 | | text | String | 是 | tab 上按钮文字 | -| iconPath | String | 否 | 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px,不支持网络图片。
当 postion 为 top 时,不显示 icon。 | -| selectedIconPath | String | 否 | 选中时的图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px,不支持网络图片。
当 postion 为 top 时,不显示 icon。 | +| iconPath | String | 否 | 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px,不支持网络图片。
当 position 为 top 时,不显示 icon。 | +| selectedIconPath | String | 否 | 选中时的图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px,不支持网络图片。
当 position 为 top 时,不显示 icon。 | #### networkTimeout