Authored by 王洪广

fix nav problem

... ... @@ -69,9 +69,9 @@ if ($('#index_nav').length > 0) {
}).goto($('#index_nav').find('.active').index());
}
if ($('#list-nav').length > 0) {
if ($('.outlet-category-nav').length > 0) {
iscroll({
el: '#list-nav'
el: '.outlet-category-nav'
}).goto(0);
}
... ...