Showing
1 changed file
with
4 additions
and
0 deletions
@@ -12,6 +12,10 @@ var params = { "action":"action", "arguments":{...} }; | @@ -12,6 +12,10 @@ var params = { "action":"action", "arguments":{...} }; | ||
12 | yohoInterface.triggerEvent(onSuccess, onFail, params); | 12 | yohoInterface.triggerEvent(onSuccess, onFail, params); |
13 | ``` | 13 | ``` |
14 | 14 | ||
15 | +* action | ||
16 | + 行为参数,例如`go.login`表示跳转至登陆页面 | ||
17 | + | ||
18 | + | ||
15 | action|arguments|描述 | 19 | action|arguments|描述 |
16 | ---|---|--- | 20 | ---|---|--- |
17 | go.tab|{"index":tab_index}|跳转至指定index的tab(从0开始) | 21 | go.tab|{"index":tab_index}|跳转至指定index的tab(从0开始) |
-
Please register or login to post a comment