Authored by Rock Zhang

修复criteo数据中的id未传递的bug

@@ -7,7 +7,7 @@ window.criteo_q.push( @@ -7,7 +7,7 @@ window.criteo_q.push(
7 { event: "setSiteType", type: "d" }, 7 { event: "setSiteType", type: "d" },
8 { event: "trackTransaction" , id: "{{orderNum}}", item: [ 8 { event: "trackTransaction" , id: "{{orderNum}}", item: [
9 {{#each items}} 9 {{#each items}}
10 - { id: "{{order_id}}", price: "{{goods_price}}", quantity: "{{buy_number}}"} 10 + { id: "{{product_id}}", price: "{{goods_price}}", quantity: "{{buy_number}}"}
11 {{#unless @last}} 11 {{#unless @last}}
12 , 12 ,
13 {{/unless}} 13 {{/unless}}