|
@@ -81,7 +81,7 @@ const BuyModel: React.FC<IBuyModelProps> = props => {
|
|
|
>
|
|
|
<span>{item.GoodsName}</span>
|
|
|
<span className="buymodel-price-current"> ¥{item.CurrentPrice}</span>
|
|
|
- <span className="buymodel-price-undeline"> ¥{item.Price}</span>
|
|
|
+ {/* <span className="buymodel-price-undeline"> ¥{item.Price}</span> */}
|
|
|
</div>
|
|
|
))}
|
|
|
</div>
|
|
@@ -90,7 +90,7 @@ const BuyModel: React.FC<IBuyModelProps> = props => {
|
|
|
<div className="buymodel-price-text" style={{ textAlign: payType === PayType.Single ? 'center' : 'initial' }}>
|
|
|
<span>应付金额:</span>
|
|
|
<span className="price-red"> ¥{buyItem?.CurrentPrice} </span>
|
|
|
- <span className="price-undeline">¥{buyItem?.Price}</span>
|
|
|
+ {/* <span className="price-undeline">¥{buyItem?.Price}</span> */}
|
|
|
</div>
|
|
|
)}
|
|
|
<div className="buymodel-checkbox-wrapper m-t-md">
|