From 2084dc9969a16c13fe246d583867f0cc72b15f9a Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Mon, 23 Mar 2026 22:47:36 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4932=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E6=9C=AA=E5=A1=AB=E5=86=99?= =?UTF-8?q?=E5=9C=B0=E7=90=86=E5=AE=9A=E4=BD=8D=E7=9A=84=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E2=80=9C=E8=AF=B7=E9=80=89=E6=8B=A9=E7=89=A9?= =?UTF-8?q?=E7=90=86=E4=BD=8D=E7=BD=AE=E2=80=9D=E6=94=B9=E4=B8=BA=E2=80=9C?= =?UTF-8?q?=E8=AF=B7=E9=80=89=E6=8B=A9=E5=9C=B0=E7=90=86=E5=AE=9A=E4=BD=8D?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_join/views/experienceStore.vue | 2 +- pkg_join/views/travelResidence.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg_join/views/experienceStore.vue b/pkg_join/views/experienceStore.vue index 23e4bda..c92603b 100644 --- a/pkg_join/views/experienceStore.vue +++ b/pkg_join/views/experienceStore.vue @@ -676,7 +676,7 @@ export default { return } if (!this.form.longitude || !this.form.latitude) { - uni.$u.toast('请选择物理位置') + uni.$u.toast('请选择地理定位') return } if (!this.form.qualification) { diff --git a/pkg_join/views/travelResidence.vue b/pkg_join/views/travelResidence.vue index 6a0654a..d41838b 100644 --- a/pkg_join/views/travelResidence.vue +++ b/pkg_join/views/travelResidence.vue @@ -648,11 +648,11 @@ export default { } // 请选择物理位置 if (!this.form.longitude) { - uni.$u.toast('请选择物理位置') + uni.$u.toast('请选择地理定位') return } if (!this.form.latitude) { - uni.$u.toast('请选择物理位置') + uni.$u.toast('请选择地理定位') return } if (!this.form.culture) {