Authored by 李犇

增加APP调用H5方法——reviewby 王钱钧

... ... @@ -3,7 +3,7 @@
YHJSBridge用于实现JavaScript与原生Objective-c之间的方法调用
## JS调用OC
## H5调用APP
### 调用方法
```js
... ... @@ -42,3 +42,10 @@ go.pay|{"orderid":"098768"}|跳转至支付页面
go.share|{"title":"标题","des":"描述","img":"icon地址","url":"网页地址"}|分享
go.back|{}|返回上一级页面
go.search|{}|跳转搜索页面
## APP调用H5
APP直接调用 window.yohoInterface 对象上的方法,支持的方法有:
---|---|---|---
headerRightTopBtn||点击右上角按钮,调用 JS 方法|例: window.yohoInterface.headerRightTopBtn()
\ No newline at end of file
... ...