Merge branch 'dev_latest' into 'master'
更新拼团支持的参数信息。 See merge request !24
Showing
1 changed file
with
3 additions
and
1 deletions
@@ -59,7 +59,7 @@ | @@ -59,7 +59,7 @@ | ||
59 | | go.secondhome | 跳转到第二首页 | yohobuy={"action":"go.secondhome"} | 无参数 | | 59 | | go.secondhome | 跳转到第二首页 | yohobuy={"action":"go.secondhome"} | 无参数 | |
60 | | go.newyohood | banner跳转到yohood页 | yohobuy={"action":"go.newyohood"} | | 60 | | go.newyohood | banner跳转到yohood页 | yohobuy={"action":"go.newyohood"} | |
61 | | go.top100 | 热卖排行榜 | yohobuy={"action":"go.top100","params":{"page":"0"}} | page表示显示的tab页索引,0 第一个 | | 61 | | go.top100 | 热卖排行榜 | yohobuy={"action":"go.top100","params":{"page":"0"}} | page表示显示的tab页索引,0 第一个 | |
62 | -| go.activitytemplate | 活动模板 | yohobuy={"action":"go.activitytemplate","params":{"template_id":"0","title":"标题","type":"0"}} | template_id表示活动ID ,title表示活动标题 ,type区分不同类型(0通用、1新人专享 2拼团)(同类型活动模板根据type区分,配置拼团时,活动id优先使用activityId代替template_id) | 62 | +| go.activitytemplate | 活动模板 | yohobuy={"action":"go.activitytemplate","params":{"template_id":"0","title":"标题","type":"0"}} | template_id表示活动ID ,title表示活动标题 ,type区分不同类型(0通用、1新人专享 2拼团)(同类型活动模板根据type区分,配置拼团时,活动id优先使用activityId代替template_id)。拼团另外支持的参数有:collageTopSkn, sort, gender, order, p_d, color, brand, price, g_size, msort, misort, age_level, style, from, showType, productPool |
63 | |go.subchannel | 二级频道 | yohobuy={"action":"go.subchannel","params":{"template_id":"28","title":"标题","content_code":"891b7811db16feba557fd8eff7f07dcf"}} | template_id表示你可能喜欢数据的ID ,title表示二级频道标题 ,content_code表示二级频道资源位 | 63 | |go.subchannel | 二级频道 | yohobuy={"action":"go.subchannel","params":{"template_id":"28","title":"标题","content_code":"891b7811db16feba557fd8eff7f07dcf"}} | template_id表示你可能喜欢数据的ID ,title表示二级频道标题 ,content_code表示二级频道资源位 |
64 | |go.showgoods | 去晒单 | yohobuy={"action":"go.showgoods"} | | 64 | |go.showgoods | 去晒单 | yohobuy={"action":"go.showgoods"} | |
65 | |go.globalpurchase | 全球购首页 | yohobuy={"action":"go.globalpurchase"} | 不带任何参数 | 65 | |go.globalpurchase | 全球购首页 | yohobuy={"action":"go.globalpurchase"} | 不带任何参数 |
@@ -304,3 +304,5 @@ var params = { "Native_FS":"deleteItemAtPath", "options":{ "path":"itemPath" }}; | @@ -304,3 +304,5 @@ var params = { "Native_FS":"deleteItemAtPath", "options":{ "path":"itemPath" }}; | ||
304 | ```javascript | 304 | ```javascript |
305 | var params = { "Native_FS":"copyItem", "options":{ "srcPath":"xxx", "dstPath":"xxx" } }; | 305 | var params = { "Native_FS":"copyItem", "options":{ "srcPath":"xxx", "dstPath":"xxx" } }; |
306 | ``` | 306 | ``` |
307 | + | ||
308 | + |
-
Please register or login to post a comment