Merge branch 'develop' into 'master'
add 我的联盟跳转规则 -- review by 戴强 See merge request !19
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -159,6 +159,8 @@ | @@ -159,6 +159,8 @@ | ||
159 | |go.changeorderdetail | 换货详情页 | {"type": "push","url":{"action":"go.changeorderdetail","params":{"id":"123"}}} |,id:换货id | 159 | |go.changeorderdetail | 换货详情页 | {"type": "push","url":{"action":"go.changeorderdetail","params":{"id":"123"}}} |,id:换货id |
160 | |go.yohocoin | 我的有货币 | {"type": "push","url":{"action":"go.yohocoin"}} | | 160 | |go.yohocoin | 我的有货币 | {"type": "push","url":{"action":"go.yohocoin"}} | |
161 | |go.userLogout | 账号注销 | {"title":"账号注销","type":"userLogout"} |title为页面名称,type指定注销页面,其中type类型有:'userLogout'账户注销页,'userLogoutClause'注销条款页面,'userLogouReason'注销原因页面,'userLogoutFaildReason'注销失败原因页面,'userLogoutFaild'注销失败页面,'userLogoutStatus'注销状态页面 | 161 | |go.userLogout | 账号注销 | {"title":"账号注销","type":"userLogout"} |title为页面名称,type指定注销页面,其中type类型有:'userLogout'账户注销页,'userLogoutClause'注销条款页面,'userLogouReason'注销原因页面,'userLogoutFaildReason'注销失败原因页面,'userLogoutFaild'注销失败页面,'userLogoutStatus'注销状态页面 |
162 | +|go.minealliance | 我的联盟 | {"action":"go.minealliance","params":{"title":"我的联盟"}} | title:页面标题 | ||
163 | + | ||
162 | ### 新增推送(push)更新App新版本 | 164 | ### 新增推送(push)更新App新版本 |
163 | 165 | ||
164 | 166 |
-
Please register or login to post a comment