From 9b06ffe7b4e26ff2fb151c5815b1d78773aab4eb Mon Sep 17 00:00:00 2001 From: YL <842237798@qq.com> Date: Thu, 21 Feb 2019 15:05:01 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E9=94=99=E5=88=AB=E5=AD=97=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20&&=20=E5=A4=B1=E6=95=88=E5=9B=BE=E7=89=87=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E6=9B=BF=E6=8D=A2=20(#2231)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/event.md | 2 +- docs/react-native.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/event.md b/docs/event.md index 7c5ed9525fb8..12090bebddd0 100644 --- a/docs/event.md +++ b/docs/event.md @@ -82,7 +82,7 @@ class Popper extends Component { > 注意:在各小程序端,使用匿名函数,尤其是在 **循环中** 使用匿名函数,比使用 `bind` 进行事件传参占用更大的内存,速度也会更慢。 -出了 `bind` 之外,事件参数也可以使用匿名函数进行传参。直接写匿名函数不会打乱原有监听函数的参数顺序: +除了 `bind` 之外,事件参数也可以使用匿名函数进行传参。直接写匿名函数不会打乱原有监听函数的参数顺序: ```jsx class Popper extends Component { diff --git a/docs/react-native.md b/docs/react-native.md index 7cfe1b18d0d3..4a15260910bd 100644 --- a/docs/react-native.md +++ b/docs/react-native.md @@ -180,7 +180,7 @@ Taro 将会开始编译文件: 一旦 app 在 expo 中成功打开,你可以通过摇一摇设备来唤起开发者菜单, 如果你是用模拟器,你可以按 `⌘+d` (iOS) 或 `ctrl+m` (Android)。 -![image](https://docs.expo.io/static/images/generated/v29.0.0/workflow/developer-menu.png) +![image](https://docs.expo.io/static/images/developer-menu.png) 更多资料可以查看[Expo 文档——up-and-running](https://docs.expo.io/versions/v29.0.0/workflow/up-and-running)。