Browse Source

机构画像

zhengjinyi 2 years ago
parent
commit
cad6826d13
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/webapp/static/modules/cmClubPortrait/cmClubEacths.js

+ 1 - 0
src/main/webapp/static/modules/cmClubPortrait/cmClubEacths.js

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