From 5742d25387caae0978226ea1aa72950480dae4cb Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Tue, 22 Sep 2026 08:24:47 +0800 Subject: [PATCH] 1 --- package1/buyFood/buyFood.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();