...
|
...
|
@@ -39,7 +39,8 @@ function fetchLatestWalk() { |
|
|
|
|
|
// 若无最近浏览,请隐藏容器
|
|
|
if (res.length === 0) {
|
|
|
$('.latest-walk').addClass('hide');
|
|
|
$('#latest-walk-goods').addClass('hide');
|
|
|
$('.latest-walk .null-data').show();
|
|
|
return;
|
|
|
}
|
|
|
for (i = 0; i < res.length; i++) {
|
...
|
...
|
|