Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
7 years ago
Commit
28bb68c0d639f46aaa57b7cd0033039bb7b051b9
1 parent
4ed919c9
'yas'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
public/js/activity/feature/goods-show-yas-rpter.js
public/js/activity/feature/goods-show-yas-rpter.js
View file @
28bb68c
...
...
@@ -65,13 +65,16 @@ class GoodsShowYasRpter {
this
.
lastShowSkns
=
cacheTheShowSkns
;
if
(
typeof
_yas
!==
'undefined'
&&
this
.
reportParams
.
DATA
&&
this
.
reportParams
.
DATA
.
length
)
{
window
.
_yas
.
sendCustomInfo
({
op
:
'YB_SHOW_EVENT'
,
appop
:
'YB_SHOW_EVENT'
,
param
:
JSON
.
stringify
(
this
.
reportParams
)
},
true
);
}
setTimeout
(()
=>
{
if
(
typeof
window
.
_yas
!==
'undefined'
&&
window
.
_yas
.
sendCustomInfo
&&
this
.
reportParams
.
DATA
&&
this
.
reportParams
.
DATA
.
length
)
{
window
.
_yas
.
sendCustomInfo
({
op
:
'YB_SHOW_EVENT'
,
appop
:
'YB_SHOW_EVENT'
,
param
:
JSON
.
stringify
(
this
.
reportParams
)
},
true
);
}
},
1000
);
}
getPname
()
{
...
...
Please
register
or
login
to post a comment