This commit is contained in:
weipengfei 2024-03-22 10:52:13 +08:00
parent da413b862b
commit db57761742

View File

@ -356,9 +356,9 @@
if (!that.addressInfo.length) return that.$util.Tips({ if (!that.addressInfo.length) return that.$util.Tips({
title: '请选择所在地区' title: '请选择所在地区'
}); });
if (!that.villageInfo.length) return that.$util.Tips({ // if (!that.villageInfo.length) return that.$util.Tips({
title: '请选择所在村队' // title: ''
}); // });
if (!value.detail) return that.$util.Tips({ if (!value.detail) return that.$util.Tips({
title: '请填写详细地址' title: '请填写详细地址'
}); });