|
@@ -151,6 +151,7 @@ const getClubEacthsData = function (type,dateType) {
|
|
|
$('#orderEacths').hide();
|
|
|
$('.eachts-total').hide();
|
|
|
}else{
|
|
|
+ $('.eachts-total').show();
|
|
|
$('#orderEacths').show();
|
|
|
$('#orderEacthsNone').hide();
|
|
|
getOrderEacths(data.order.orderList);
|