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 @@ - + @@ -21,7 +25,7 @@ 到店核销 - 同校热拼 + 好友热拼