瀏覽代碼

运费和优惠去掉

skyblued 2 年之前
父節點
當前提交
496d907d5a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/cart/cart-confirm/index.tsx

+ 2 - 2
src/views/cart/cart-confirm/index.tsx

@@ -152,7 +152,7 @@ export default defineComponent({
                   title="总额"
                   value={'¥ ' + moneyFormat(calcAmount.totalAmount)}
                 ></Cell>
-                <Cell
+                {/* <Cell
                   border={false}
                   title="运费"
                   value={moneyFormat(calcAmount.freightAmount)}
@@ -161,7 +161,7 @@ export default defineComponent({
                   border={false}
                   title="优惠"
                   value={'-¥ ' + moneyFormat(calcAmount.promotionAmount)}
-                ></Cell>
+                ></Cell> */}
                 {/* <Cell border={false} title="优惠卷" value="暂无可用优惠卷"></Cell>
             <Cell border={false} title="乐乐币抵扣" value={"-¥" + calcAmount.promotionAmount}></Cell> */}
               </CellGroup>