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({
title: '请选择所在地区'
});
if (!that.villageInfo.length) return that.$util.Tips({
title: '请选择所在村队'
});
// if (!that.villageInfo.length) return that.$util.Tips({
// title: ''
// });
if (!value.detail) return that.$util.Tips({
title: '请填写详细地址'
});