Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
03a721ef0b909ed7988905cd896565d02801bc26
1 parent
3c7ffe10
修复criteo数据中的id未传递的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
template/www.yohobuy.com/partials/pay/pay-analysis.phtml
template/www.yohobuy.com/partials/pay/pay-analysis.phtml
View file @
03a721e
...
...
@@ -7,7 +7,7 @@ window.criteo_q.push(
{
event:
"setSiteType"
,
type
:
"d"
}
,
{
event:
"trackTransaction"
,
id
:
"{{orderNum}}"
,
item
:
[
{
{#each
items
}
}
{
id:
"{{
order
_id}}"
,
price
:
"{{goods_price}}"
,
quantity
:
"{{buy_number}}"
}
{
id:
"{{
product
_id}}"
,
price
:
"{{goods_price}}"
,
quantity
:
"{{buy_number}}"
}
{
{#unless
@last
}
}
,
{
{/unless
}
}
...
...
Please
register
or
login
to post a comment