mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-14 17:41:45 +08:00
bug(ECX-7299):
This commit is contained in:
@@ -52,7 +52,7 @@ 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}
|
||||
@@ -75,13 +75,13 @@ function CompTradeItem(props) {
|
||||
|
||||
<View className='trade-total'>
|
||||
<View className='delivery'></View>
|
||||
{/* {
|
||||
{
|
||||
orderClass == 'pointsmall' && <View>
|
||||
<Text className='num'>{`共${totalNum}件`}</Text>
|
||||
<Text className='label'>{pointName}</Text>
|
||||
<Text className='point-value' style="font-size: 20px;">{point}</Text>
|
||||
<Text className='point-value' style='font-size: 20px;'>{point}</Text>
|
||||
</View>
|
||||
} */}
|
||||
}
|
||||
{orderClass == 'normal' && (
|
||||
<View>
|
||||
<Text className='num'>{`共${totalNum}件`}</Text>
|
||||
|
||||
Reference in New Issue
Block a user