|
@@ -239,7 +239,7 @@ const params = new URLSearchParams(location.search) |
|
|
if(!location.search){ |
|
|
if(!location.search){ |
|
|
$('.default.text').text(all) |
|
|
$('.default.text').text(all) |
|
|
}else{ |
|
|
}else{ |
|
|
if(params.has('listType') && params.get('listType')=='all'){ |
|
|
|
|
|
|
|
|
if(!params.has('listType') || params.get('listType')=='all'){ |
|
|
$('.default.text').text(all) |
|
|
$('.default.text').text(all) |
|
|
} |
|
|
} |
|
|
else{ |
|
|
else{ |
|
|