|
@@ -60,6 +60,7 @@ $(function(){
|
|
function allType(){
|
|
function allType(){
|
|
$('.proType li').click(function(){
|
|
$('.proType li').click(function(){
|
|
let index = $(this).attr('value');
|
|
let index = $(this).attr('value');
|
|
|
|
+ if(!index) return;
|
|
$(this).addClass('active').siblings().removeClass('active');
|
|
$(this).addClass('active').siblings().removeClass('active');
|
|
dataList.types = index;
|
|
dataList.types = index;
|
|
proDate();
|
|
proDate();
|