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