...
|
...
|
@@ -34,6 +34,7 @@ action|arguments|描述 |
|
|
---|---|---
|
|
|
go.tab|{"index":tab_index}|跳转至指定index的tab(从0开始)
|
|
|
go.login|{""}|跳转至登陆页面
|
|
|
go.loginout|{""}|退出登录,清除本地用户数据
|
|
|
go.shopingCart|{""}|跳转至购物车页面
|
|
|
go.address|{"type":"1"}|跳转地址页面 1:地址选择页面 2:地址管理页面
|
|
|
go.imageBrowser|{"images":[imgUrl1,imgUrl2...]}|跳转至图片浏览页面
|
...
|
...
|
@@ -42,6 +43,9 @@ go.pay|{"orderid":"098768"}|跳转至支付页面 |
|
|
go.share|{"title":"标题","des":"描述","img":"icon地址","url":"网页地址"}|分享
|
|
|
go.back|{}|返回上一级页面
|
|
|
go.search|{}|跳转搜索页面
|
|
|
go.seting|{}|跳转设置页面
|
|
|
go.shoppingkey|{"shoppingkey":""}|设置shoppingkey
|
|
|
|
|
|
|
|
|
## APP调用H5
|
|
|
|
...
|
...
|
|