Fix:4932 【商城小程序】未填写地理定位的提示信息“请选择物理位置”改为“请选择地理定位”
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user