Browse Source

美食-不显示设施与服务

zhuli 4 ngày trước cách đây
mục cha
commit
84d251db52
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/stores/modules/auth.ts

+ 1 - 1
src/stores/modules/auth.ts

@@ -76,7 +76,7 @@ export const useAuthStore = defineStore({
                 break;
               case "设施与服务":
                 // 特色美食(1) 不显示设施与服务
-                menu.meta.isHide = businessSection !== 1;
+                menu.meta.isHide = businessSection == 1;
                 break;
               case "门店基础信息":
               case "门店头图":