Authored by 朱小军

Merge branch 'dev_marine' into 'master'

补充拼团商品详情规则



See merge request !21
... ... @@ -39,7 +39,8 @@
| action | 跳转目的 | 跳转参数 | 说明 |
|------------------|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------|
| go.brand | 品牌列表页 | yohobuy={"action":"go.brand","params":{"shop_id":"356","jumptoshop":"Y","brand_id":"4","promotion":"4",tags_filter: "1","app_type":"1"}} |app_type 0:有货 1:BLK | promotion专区id(童装), tags_filter(默认不填,1:全球购羊头品牌标签过滤),如果要跳转到店铺设置jumptoshop=Y,否则跳转到品牌|
| go.productDetail | 商品详情页 | yohobuy={"action":"go.productDetail","params":{"product_skn":"126131",tags_filter: "1","from_page_name":"aFP_XXX","from_page_param":"12354"}} |tags_filter(默认不填,1:全球购羊头品牌标签过滤),from_page_name:当前页面P_NAME, from_page_param:当前页面P_PARAM |
| go.productDetail | 商品详情页 | yohobuy={"action":"go.productDetail","params":{"product_skn":"126131",tags_filter:"1","from_page_name":"aFP_XXX","from_page_param":"12354"}} |tags_filter(默认不填,1:全球购羊头品牌标签过滤),from_page_name:当前页面P_NAME, from_page_param:当前页面P_PARAM |
| go.productDetail | 拼团商品详情页 | yohobuy={"action":"go.productDetail","params":{"product_skn":"126131","activity_id":"123","activity_type":"groupPurchase"}} | activity_id:拼团id,activity_type: 拼团商品详情标识|
| go.coupon | 优惠券页 | yohobuy={"action":"go.coupon"} | |
| go.fav | 收藏列表页 | yohobuy={"action":"go.fav","params":{"favType":"0"}} | favType标示收藏类型:0:商品收藏和 1:品牌收藏 |
| go.mine | 我的页面 | yohobuy={"action":"go.mine"} | |
... ...