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