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
杨延青
9 years ago
Commit
f9a3cb5421542a93df3e6210f72665b55efcf9e4
1 parent
5547c0d0
jquery
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
doraemon/views/partial/header.hbs
public/js/header.js
doraemon/views/partial/header.hbs
View file @
f9a3cb5
...
...
@@ -118,7 +118,7 @@
</dt>
{{#
brandItems
}}
<dd>
<a
href=
"
{{
link
}}
"
class=
"
{{
hot
}}
"
>
{{
brandName
}}
</a>
<a
href=
"
{{
link
}}
"
{{#if
hot
}}
class=
"hot"
{{/if}}
>
{{
brandName
}}
</a>
</dd>
{{/
brandItems
}}
{{/
thirdNav
}}
...
...
public/js/header.js
View file @
f9a3cb5
...
...
@@ -4,8 +4,7 @@
* @date: 2016/5/9
*/
/* eslint-disable */
require
(
'yoho-jquery'
);
var
$
=
window
.
$
;
var
$
=
require
(
'yoho-jquery'
);
// handlebars = require('yoho.handlebars'),
// json2 = require('json2');
...
...
@@ -285,7 +284,6 @@ $subNav.on({
var
$thirdNav
=
$
(
this
).
children
(
'.third-nav-wrapper'
),
$show
=
$thirdNav
.
find
(
'.show-detail'
),
param
=
{};
console
.
log
(
34522
);
delayer
=
setTimeout
(
function
()
{
$thirdNav
.
show
();
...
...
Please
register
or
login
to post a comment