diff --git a/package1/buyFood/buyFood.vue b/package1/buyFood/buyFood.vue index 8a9f165..e325f29 100644 --- a/package1/buyFood/buyFood.vue +++ b/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();