Skip to content

Commit 0a3db69

Browse files
author
Zzzzz
authored
Update ExampleNote.md
1 parent f1c7be3 commit 0a3db69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter14-Wechat_Login_Share_Pay/WechatUsageExample/ExampleNote.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ WeChat.registerApp(wxAppId);
155155
```
156156

157157
### 登录
158-
在使用微信登录前,我们需要判断下微信是否安装,否则在iOS上发布审核时是会被拒的
158+
在使用微信登录前,我们需要判断下微信是否安装,否则在iOS上发布审核时是会被拒的。如果未安装微信,就不显示微信登录按钮
159159
```javascript
160160
WeChat.isWXAppInstalled().then((isInstalled) => {
161161
this.setState({

0 commit comments

Comments
 (0)