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
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
8 years ago
Commit
19b4afb704ba8c8ac53b6e3bad2fc3535c7e55cd
2 parents
d3fff93b
caa1772a
Merge branch 'release/5.3' of git.yoho.cn:fe/yohobuywap-node into release/5.3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
public/js/guang/plusstar-index.page.js
public/js/guang/plusstar-index.page.js
View file @
19b4afb
...
...
@@ -44,9 +44,6 @@ plusstar = {
// 事情委托机制
$tabUlDom
.
bind
(
'click'
,
function
(
event
)
{
if
(
!
window
.
_yas
||
!
window
.
_yas
.
sendCustomInfo
)
{
return
;
}
$liDom
=
$
(
event
.
target
).
closest
(
'li'
);
...
...
@@ -59,6 +56,9 @@ plusstar = {
that
.
ParentLiDom
=
$liDom
;
// 保留当前tab先中的对象
that
.
tabNav
(
$liDom
.
data
(
'code'
));
if
(
!
window
.
_yas
||
!
window
.
_yas
.
sendCustomInfo
)
{
return
;
}
// 点击潮流优选上方的TAB按钮时
window
.
_yas
.
sendCustomInfo
({
op
:
'YB_FASHION_TAB_C'
,
...
...
Please
register
or
login
to post a comment