Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
biao
2016-08-10 15:30:57 +0800
Commit
f223976c128bff1af1a59e07872776174532d944
2 parents
5db8fa34
21a95dca
Merge branch 'release/1.0' of
http://git.yoho.cn/fe/yoho-blk
into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
doraemon/views/partial/nav-menu.hbs
public/js/common/header.js
doraemon/views/partial/nav-menu.hbs
View file @
f223976
...
...
@@ -74,14 +74,7 @@
</a>
</li>
</ul>
<div
class=
"hot-search hide"
>
<a
href=
"#"
>
外套
</a>
<a
href=
"#"
>
长裤
</a>
<a
href=
"#"
>
大衣
</a>
<a
href=
"#"
>
毛衣
</a>
<a
href=
"#"
>
图案
</a>
<a
href=
"#"
>
简约连衣裙
</a>
</div>
<div
class=
"hot-search hide"
></div>
</div>
</div>
</div>
...
...
public/js/common/header.js
View file @
f223976
...
...
@@ -77,7 +77,8 @@ function getNavImg(code, dom) {
},
success
:
function
(
result
)
{
if
(
result
.
code
===
200
)
{
dom
.
data
(
'show'
,
true
).
html
(
'<img src="'
+
result
.
data
.
src
+
'">'
);
dom
.
data
(
'show'
,
true
).
html
(
'<a href="'
+
result
.
data
.
url
+
'"><img src="'
+
result
.
data
.
src
+
'" title="'
+
result
.
data
.
title
+
'"></a>'
);
}
}
});
...
...
Please
register
or
login
to post a comment