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
周少峰
8 years ago
Commit
b1f2e536d3baee2715062ca5894ed31b913e4a56
1 parent
03e62cc4
pay click
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/order/address.js
web-static/js/order/address.js
View file @
b1f2e53
...
...
@@ -869,7 +869,7 @@ $('.to-play input.submit').click(function() {
pinyouItems
.
push
({
id
:
$
(
this
).
attr
(
'data-skn'
),
count
:
parseInt
(
$
(
this
).
html
()),
price
:
$
(
this
).
next
(
'.cart-sub-total '
).
html
()})
});
// 埋点
window
.
addPoint
(
'YB_SC_TOPAY_CLICK'
,
{
ORDER_CODE
:
d
.
data
.
order_code
,
PRD_NUM
:
productNum
,
ORDER_AMOUNT
:
d
.
data
.
order_amount
,
PRO_SKN
:
productSkn
.
join
(
','
),
PRO_SKU
:
productSku
.
join
(
','
)
,
UNIONCOOKIE
:
encodeURIComponent
(
d
.
data
.
unionKey
+
''
)
||
''
});
window
.
addPoint
(
'YB_SC_TOPAY_CLICK'
,
{
ORDER_CODE
:
d
.
data
.
order_code
,
PRD_NUM
:
productNum
,
ORDER_AMOUNT
:
d
.
data
.
order_amount
,
PRO_SKN
:
productSkn
.
join
(
','
),
PRO_SKU
:
productSku
.
join
(
','
)});
// 品友
if
(
typeof
(
py
)
!=
'undefined'
)
{
py
(
'event'
,
'order'
,{
...
...
Please
register
or
login
to post a comment