Commit 4657dc5a authored by GuanHua's avatar GuanHua

fix: 隐藏发现更多模块

parent 06f002cf
......@@ -155,7 +155,7 @@ const MallIndex: React.FC<MallIndexPropsType> = (props) => {
{
categoryComponents ? categoryComponents : loading ? <FloorSkeleton type={LAYOUT_TYPE.mall} /> : null
}
<FindMore />
{/* <FindMore /> */}
<Information {...props} />
</div>
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment