{/*
*/}
{statusInfo.type && statusInfo.type !== 'order' && (
{__DEV__ &&
!isRefund &&
statusInfo.type &&
statusInfo.type !== 'order' && (
)}
{data.deliveryAmount}
{t('ben-dan-pai-song-shou-ru')}
{statusInfo.type === 'finish' ? (
{data.userReceivedTime}
{t('yong-hu-shou-dao-shi-jian')}
) : (
{data.timeOfArrival}
{t('yu-ji-song-da-shi-jian')}
)}
)}
}
>
{statusInfo.type && (
<>
{statusInfo.type == 'user' && (
{statusInfo.name}
{t('liu-shui-hao')}:{data.id}
)}
{statusInfo.type === 'merchant' && (
<>
{t('wo-yi-dao-dian')}
{t('liu-shui-hao')}:{data.id}
{statusInfo.status === 1 && (
<>
{t('wo-yi-qu-huo')}
{t('ordertips')}
setpickImg(img)}
/>
>
)}
>
)}
{(statusInfo.type === 'user' || statusInfo.type === 'finish') && (
{t('yong-hu-xin-xi')}
{data.nickname}
{data.userAddress}
)}
{(statusInfo.type === 'merchant' ||
statusInfo.type === 'finish') && (
{t('shang-jia-xin-xi')}
{data.merShowName}
{data.merAddress}
)}
{statusInfo.type === 'order' && (
1.5Km
{data.merShowName}
{data.merAddress}
1.5Km
{data.nickName && (
{data.nickName}
)}
{data.userAddress}
)}
{t('shang-pin-xin-xi')}
{totalNum}
{t('fen')}
¥{data.realAmount || 0}
{orderGoodsSpecs.map((item) => {
const goods = item.goods;
return (
{goods.name}
{item.specification}
X {item.num}
);
})}
{statusInfo.type === 'order' && (
)}
{(statusInfo.type === 'merchant' || statusInfo.type === 'user') &&
!isRefund && (
)}
{isRefund && (
)}
>
)}
);
}