✨ feat(1):
This commit is contained in:
parent
70402d6fac
commit
6b73799112
@ -90,6 +90,16 @@ const MoveBtn = ({ children = null, onShopClick, showList = [], messageTitle = '
|
|||||||
>
|
>
|
||||||
<Image mode="aspectFit" src={formatImgUrl('/mall/float_button_customer_service.png')} />
|
<Image mode="aspectFit" src={formatImgUrl('/mall/float_button_customer_service.png')} />
|
||||||
</MovableView>}
|
</MovableView>}
|
||||||
|
{onShow('customer') && <MovableView
|
||||||
|
onClick={onPhone}
|
||||||
|
className={styles.moveBtn}
|
||||||
|
direction="all"
|
||||||
|
inertia
|
||||||
|
x="630rpx"
|
||||||
|
y={`${screenHeight.customer}rpx`}
|
||||||
|
>
|
||||||
|
<Image mode="aspectFit" src={formatImgUrl('/mall/float_button_customer_service.png')} />
|
||||||
|
</MovableView>}
|
||||||
<Customer messageTitle={messageTitle} messagePath={messageTitle} show={customer_service_show} onClose={customerClose} />
|
<Customer messageTitle={messageTitle} messagePath={messageTitle} show={customer_service_show} onClose={customerClose} />
|
||||||
</MovableArea>
|
</MovableArea>
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user