bding 9 månader sedan
förälder
incheckning
8aa7d12d70
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/Material/components/BuyModel.tsx

+ 2 - 2
src/Material/components/BuyModel.tsx

@@ -81,7 +81,7 @@ const BuyModel: React.FC<IBuyModelProps> = props => {
               >
                 <span>{item.GoodsName}</span>
                 <span className="buymodel-price-current">&nbsp;¥{item.CurrentPrice}</span>
-                <span className="buymodel-price-undeline">&nbsp;¥{item.Price}</span>
+                {/* <span className="buymodel-price-undeline">&nbsp;¥{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">&nbsp;¥{buyItem?.CurrentPrice}&nbsp;</span>
-            <span className="price-undeline">¥{buyItem?.Price}</span>
+            {/* <span className="price-undeline">¥{buyItem?.Price}</span> */}
           </div>
         )}
         <div className="buymodel-checkbox-wrapper m-t-md">