...
|
...
|
@@ -48,8 +48,12 @@ go.shoppingkey|{"shoppingkey":""}|设置shoppingkey |
|
|
|
|
|
|
|
|
## APP调用H5
|
|
|
|
|
|
APP直接调用 window.yohoInterface 对象上的方法,支持的方法有:
|
|
|
|
|
|
---|---|---|---
|
|
|
headerRightTopBtn||点击右上角按钮,调用 JS 方法|例: window.yohoInterface.headerRightTopBtn() |
|
|
\ No newline at end of file |
|
|
|
|
|
APP直接调用 window.yohoInterface 对象上的方法
|
|
|
|
|
|
### 调用方法
|
|
|
|
|
|
```
|
|
|
*点击右上角按钮,调用 JS 方法
|
|
|
window.yohoInterface.headerRightTopBtn();
|
|
|
``` |
|
|
\ No newline at end of file |
...
|
...
|
|