diff --git a/src/pages/HotManage/components/BannerList/index.jsx b/src/pages/HotManage/components/BannerList/index.jsx index 51f14ed..224b802 100644 --- a/src/pages/HotManage/components/BannerList/index.jsx +++ b/src/pages/HotManage/components/BannerList/index.jsx @@ -792,7 +792,7 @@ const BannerList = (props) => { direction="vertical" className="w-full" style={{ - display: pathMethod == "inward" ? "block" : "none", + display: pathMethod !== "inward" ? "block" : "none", }} >