Merge branch 'hotfix/analysis' of http://git.dev.yoho.cn/web/yohobuy into hotfix/analysis
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | window.criteo_q.push( | 5 | window.criteo_q.push( |
6 | { event: "setAccount", account: [16184] }, | 6 | { event: "setAccount", account: [16184] }, |
7 | { event: "setSiteType", type: "d" }, | 7 | { event: "setSiteType", type: "d" }, |
8 | - { event: "viewList", item: [{{#each sku}}"{{.}}"{{#unless @last}},{{/unless}}{{/each}}]} | 8 | + { event: "viewList", item: [{{#each skn}}"{{.}}"{{#unless @last}},{{/unless}}{{/each}}]} |
9 | ); | 9 | ); |
10 | </script> | 10 | </script> |
11 | {{/ criteo}} | 11 | {{/ criteo}} |
-
Please register or login to post a comment