...
|
...
|
@@ -33,6 +33,8 @@ var now = new Date(), |
|
|
month = now.getMonth() + 1,
|
|
|
date = now.getDate();
|
|
|
|
|
|
require('../../common/footer');
|
|
|
|
|
|
var $listNav = $('#list-nav'),
|
|
|
|
|
|
// 导航数据信息
|
...
|
...
|
@@ -221,7 +223,7 @@ function search(opt) { |
|
|
break;
|
|
|
}
|
|
|
|
|
|
if (data === ' ') {
|
|
|
if (data === ' ' || data === '') {
|
|
|
nav.end = true;
|
|
|
if (nav.reload) {
|
|
|
$container.html(noResult);
|
...
|
...
|
|