Authored by 杨延青

jquery

... ... @@ -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}}
... ...
... ... @@ -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();
... ...