|
|
|
@ -1026,7 +1026,7 @@ |
|
|
|
if (isNaN(commission) || commission < minAmount) { |
|
|
|
const baseFee = parseFloat(this.baseDeliveryFee); |
|
|
|
if (!isNaN(baseFee) && baseFee > 0) { |
|
|
|
this.tui.toast(`当前校区基础配送费为${this.formatAmountText(minAmount)}元,配送佣金不能低于${this.formatAmountText(minAmount)}元`, 1500); |
|
|
|
this.tui.toast(`当前校区最低配送费为${this.formatAmountText(minAmount)}元,配送佣金不能低于${this.formatAmountText(minAmount)}元`, 1500); |
|
|
|
} else { |
|
|
|
this.warnPopup = 'psyj'; |
|
|
|
this.$refs.warnPopup.open(); |
|
|
|
|