瀏覽代碼

bugfix:三大类别,全要加演出标签(***)

刘云鑫 1 周之前
父節點
當前提交
9407048260
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      alien-store/src/main/java/shop/alien/store/controller/StoreInfoController.java

+ 4 - 3
alien-store/src/main/java/shop/alien/store/controller/StoreInfoController.java

@@ -1866,10 +1866,11 @@ public class StoreInfoController {
 
         map.put("showPriceCard", hasPriceListData(storeId));
         map.put("showStaffCard", hasStaffData(storeId));
-
-        if (isLeisure || isFood) {
+        map.put("showPerformance", hasPerformanceData(storeId));
+        // yan chu quan yao,zuo you nao hu bo,wu di le ☺.
+/*        if (isLeisure || isFood) {
             map.put("showPerformance", hasPerformanceData(storeId));
-        }
+        }*/
         if (isLifeService) {
             map.put("showFacilityServiceCard", hasFacilityData(storeId));
         }