bug(ECX-7299):

This commit is contained in:
zhangjing1
2025-09-15 09:56:33 +08:00
parent 395fea0ac2
commit db28977ac4

View File

@@ -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>