mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-11 22:15:32 +08:00
bug(custom): eCX-7430
This commit is contained in:
@@ -22,6 +22,7 @@ function SpFloatLayout(props) {
|
||||
className={classNames('sp-float-layout', className, {
|
||||
active: open
|
||||
})}
|
||||
catchMove
|
||||
>
|
||||
<View className='sp-float-layout__overlay' onClick={onClose}></View>
|
||||
<View className='sp-float-layout__body'>
|
||||
|
||||
@@ -62,13 +62,13 @@ function StoreItemList() {
|
||||
|
||||
useEffect(() => {}, [])
|
||||
|
||||
useEffect(() => {
|
||||
if (skuPanelOpen) {
|
||||
pageRef.current.pageLock()
|
||||
} else {
|
||||
pageRef.current.pageUnLock()
|
||||
}
|
||||
}, [skuPanelOpen])
|
||||
// useEffect(() => {
|
||||
// if (skuPanelOpen) {
|
||||
// pageRef.current.pageLock()
|
||||
// } else {
|
||||
// pageRef.current.pageUnLock()
|
||||
// }
|
||||
// }, [skuPanelOpen])
|
||||
|
||||
const fetch = async ({ pageIndex, pageSize }) => {
|
||||
const { cat_id, main_cat_id, dtid } = $instance.router.params
|
||||
|
||||
Reference in New Issue
Block a user