@@ -1178,12 +1178,6 @@ export default {
let total = 0;
let price =
refundNewAmount > 0 ? refundAmount : differenceAmount.negated();
- console.log(
- refundNewAmount,
- differenceNewAmount,
- " price",
- refundNewAmount > 0
- );
// 退款
total = price
.plus(BigNumber(this.taxAndShippingAmount))