mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-14 09:25:55 +08:00
style(custom): style
This commit is contained in:
@@ -253,7 +253,7 @@ function Home() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const handleScroll = (e) => {
|
const handleScroll = (e) => {
|
||||||
if(pageData?.base?.isImmersive){
|
if (pageData?.base?.isImmersive) {
|
||||||
setState((draft) => {
|
setState((draft) => {
|
||||||
draft.navigateMantle = e.detail.scrollTop >= 20
|
draft.navigateMantle = e.detail.scrollTop >= 20
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -479,7 +479,6 @@ function EspierDetail(props) {
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|
||||||
<View className='page-item-espierdetail__header-bg'></View>
|
<View className='page-item-espierdetail__header-bg'></View>
|
||||||
{/* <Canvas id="canvas2" type="2d" onReady={onCanvasReady} /> */}
|
{/* <Canvas id="canvas2" type="2d" onReady={onCanvasReady} /> */}
|
||||||
{!info && <SpLoading />}
|
{!info && <SpLoading />}
|
||||||
|
|||||||
Reference in New Issue
Block a user