优化商城

This commit is contained in:
czm 2022-07-08 20:32:34 +08:00
parent ab213186c2
commit 458147dac3

View File

@ -13,7 +13,6 @@ type ReasonInfoParam = {
show?: boolean, //显示 show?: boolean, //显示
onClose?: () => void, //关闭 onClose?: () => void, //关闭
onAdd?: (val: any) => void onAdd?: (val: any) => void
} }
export default memo(({show = false, onClose, onAdd}: ReasonInfoParam) => { export default memo(({show = false, onClose, onAdd}: ReasonInfoParam) => {
//获取列表 //获取列表