...
|
...
|
@@ -12,6 +12,10 @@ var params = { "action":"action", "arguments":{...} }; |
|
|
yohoInterface.triggerEvent(onSuccess, onFail, params);
|
|
|
```
|
|
|
|
|
|
* action
|
|
|
行为参数,例如`go.login`表示跳转至登陆页面
|
|
|
|
|
|
|
|
|
action|arguments|描述
|
|
|
---|---|---
|
|
|
go.tab|{"index":tab_index}|跳转至指定index的tab(从0开始)
|
...
|
...
|
|