提交 d54831ad 作者: ZhangLingKun

功能:店铺装修优化

上级 bc143dd1
流水线 #9094 已通过 于阶段
in 1 分 3 秒
......@@ -29,14 +29,16 @@ const StoreDecoratePage: React.FC = () => {
}, []);
return (
<div className={'store-decorate-wrap flex-start'}>
<div className={'store-form'}>
{!!storeDetail?.id && (
<>
<div className={'store-form'}>
<StoreFormView detail={storeDetail} onRefresh={getStoreApplyDetail} />
)}
</div>
<div className={'store-solution'}>
{!!storeDetail?.id && <StoreSolutionView detail={storeDetail} />}
<StoreSolutionView detail={storeDetail} />
</div>
</>
)}
</div>
);
};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论