Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
8 years ago
Commit
6725baf6774d6330974f6cb3177779eb8063bd77
1 parent
a2f14a8b
no global brands info
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
public/js/brands/brands.page.js
public/js/brands/brands.page.js
View file @
6725baf
...
...
@@ -160,8 +160,14 @@ function bindHoverEvent() {
$brand
.
unbind
(
'mouseenter'
).
unbind
(
'mouseleave'
).
hover
(
function
()
{
var
$this
=
$
(
this
);
var
key
=
$this
.
attr
(
'data-key'
);
var
options
;
var
options
=
{
// 全球购品牌不展示品牌简介
if
(
+
key
<
0
)
{
return
;
}
options
=
{
url
:
'/brands/brandinfo'
,
type
:
'get'
,
data
:
{
...
...
Please
register
or
login
to post a comment