|
|
@ -959,7 +959,7 @@ |
|
|
}, |
|
|
}, |
|
|
getMinimumCommissionAmount() { |
|
|
getMinimumCommissionAmount() { |
|
|
const fee = parseFloat(this.baseDeliveryFee); |
|
|
const fee = parseFloat(this.baseDeliveryFee); |
|
|
return !isNaN(fee) && fee > 0 ? fee : 0.1; |
|
|
return !isNaN(fee) && fee > 0 ? fee : 0.01; |
|
|
}, |
|
|
}, |
|
|
formatAmountText(value) { |
|
|
formatAmountText(value) { |
|
|
const amount = parseFloat(value); |
|
|
const amount = parseFloat(value); |
|
|
|