新增go.shoppingkey规则——reviewby 王钱钧
Showing
1 changed file
with
4 additions
and
0 deletions
@@ -34,6 +34,7 @@ action|arguments|描述 | @@ -34,6 +34,7 @@ action|arguments|描述 | ||
34 | ---|---|--- | 34 | ---|---|--- |
35 | go.tab|{"index":tab_index}|跳转至指定index的tab(从0开始) | 35 | go.tab|{"index":tab_index}|跳转至指定index的tab(从0开始) |
36 | go.login|{""}|跳转至登陆页面 | 36 | go.login|{""}|跳转至登陆页面 |
37 | +go.loginout|{""}|退出登录,清除本地用户数据 | ||
37 | go.shopingCart|{""}|跳转至购物车页面 | 38 | go.shopingCart|{""}|跳转至购物车页面 |
38 | go.address|{"type":"1"}|跳转地址页面 1:地址选择页面 2:地址管理页面 | 39 | go.address|{"type":"1"}|跳转地址页面 1:地址选择页面 2:地址管理页面 |
39 | go.imageBrowser|{"images":[imgUrl1,imgUrl2...]}|跳转至图片浏览页面 | 40 | go.imageBrowser|{"images":[imgUrl1,imgUrl2...]}|跳转至图片浏览页面 |
@@ -42,6 +43,9 @@ go.pay|{"orderid":"098768"}|跳转至支付页面 | @@ -42,6 +43,9 @@ go.pay|{"orderid":"098768"}|跳转至支付页面 | ||
42 | go.share|{"title":"标题","des":"描述","img":"icon地址","url":"网页地址"}|分享 | 43 | go.share|{"title":"标题","des":"描述","img":"icon地址","url":"网页地址"}|分享 |
43 | go.back|{}|返回上一级页面 | 44 | go.back|{}|返回上一级页面 |
44 | go.search|{}|跳转搜索页面 | 45 | go.search|{}|跳转搜索页面 |
46 | +go.seting|{}|跳转设置页面 | ||
47 | +go.shoppingkey|{"shoppingkey":""}|设置shoppingkey | ||
48 | + | ||
45 | 49 | ||
46 | ## APP调用H5 | 50 | ## APP调用H5 |
47 | 51 |
-
Please register or login to post a comment