wangfukang 15 hours ago
parent
commit
5742d25387
  1. 2
      package1/buyFood/buyFood.vue

2
package1/buyFood/buyFood.vue

@ -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();

Loading…
Cancel
Save