🎈 perf(隐藏订单详细页面客户浮窗):

This commit is contained in:
czm 2022-12-14 15:18:15 +08:00
parent a7416a81f5
commit c9fa150ec7

View File

@ -287,7 +287,7 @@ const Order = () => {
[orderDetail],
)
return (
<MoveBtn showList={['order', 'customer']}>
<MoveBtn showList={['order']}>
<View className={styles.order_main}>
{(orderDetail?.status != SaleorderstatusWaitingPrePayment.value && <OrderState orderInfo={orderDetail} />) || (
<AdvanceOrderState orderInfo={orderDetail} onRefresh={refresh} />