mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-11 22:15:32 +08:00
bug(custom): eCX-7340
This commit is contained in:
@@ -75,13 +75,13 @@ function CompTradeItem(props) {
|
||||
<View className='comp-tradeitem'>
|
||||
<View className='trade-item-hd' onClick={onViewTradeDetail}>
|
||||
<View>
|
||||
{/* <View className='shop-info' onClick={onViewStorePage}>
|
||||
<View className='shop-info' onClick={onViewStorePage}>
|
||||
<SpImage src={distributorInfo?.logo} width={100} height={100} />
|
||||
<View className='shop-name'>
|
||||
{distributorInfo?.name}
|
||||
{!VERSION_STANDARD && <Text className='iconfont icon-qianwang-01'></Text>}
|
||||
</View>
|
||||
</View> */}
|
||||
</View>
|
||||
<View className='trade-no'>{`订单编号: ${orderId}`}</View>
|
||||
<View className='trade-time'>{`订单时间: ${createDate}`}</View>
|
||||
</View>
|
||||
|
||||
@@ -76,10 +76,10 @@
|
||||
}
|
||||
|
||||
.shop-name {
|
||||
padding-left: 24px;
|
||||
font-size: 30px;
|
||||
color: #111;
|
||||
font-weight: bold;
|
||||
margin-left: 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user