Fix:4932 【商城小程序】未填写地理定位的提示信息“请选择物理位置”改为“请选择地理定位”

This commit is contained in:
LinCyJang
2026-03-23 22:47:36 +08:00
parent 2568f045e5
commit 2084dc9969
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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) {
+2 -2
View File
@@ -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) {