From 07c9a1cf4b3ae4f50986f63659dcdd373ab567d6 Mon Sep 17 00:00:00 2001
From: wangfukang <15630117759@163.com>
Date: Thu, 10 Sep 2026 19:47:01 +0800
Subject: [PATCH] 1
---
package1/address/addAddress.vue | 2 +-
package1/buyFood/buyFood.vue | 79 +++++++++++++++++++++++++++----
package1/campus/campusRelease.vue | 39 +++++++++++----
package1/order/orderConfirm.vue | 8 ++--
package1/order/orderDetail.vue | 2 +-
package1/post/postDetail.vue | 65 ++++++++++++++++++++-----
package1/runErrand/runErrand.vue | 4 +-
package1/tabbar/fishRelease.vue | 50 ++++++++++++++++---
8 files changed, 205 insertions(+), 44 deletions(-)
diff --git a/package1/address/addAddress.vue b/package1/address/addAddress.vue
index f9121ea..4f1e632 100644
--- a/package1/address/addAddress.vue
+++ b/package1/address/addAddress.vue
@@ -220,7 +220,7 @@
if (!/^1[3-9]\d{9}$/.test(this.addressForm.receiverPhone)) return this.tui.toast('请输入有效的11位手机号码');
this.addressForm.userId = uni.getStorageSync('id');
this.addressForm.regionId = this.getCurrentRegionId();
- if (!this.addressForm.regionId) return this.tui.toast('请先选择校区');
+ if (!this.addressForm.regionId) return this.tui.toast('请先选择区域');
const url = this.addressForm.id ? "/app/userAddress/edit" : "/app/userAddress/save";
this.addressSubmitting = true;
this.tui.request(url, "POST", this.addressForm, false, true).then((res) => {
diff --git a/package1/buyFood/buyFood.vue b/package1/buyFood/buyFood.vue
index 175d554..7a5bcaa 100644
--- a/package1/buyFood/buyFood.vue
+++ b/package1/buyFood/buyFood.vue
@@ -2,7 +2,11 @@
-