diff --git a/pages/users/user_address/index.vue b/pages/users/user_address/index.vue index 9aa5926..84187ef 100644 --- a/pages/users/user_address/index.vue +++ b/pages/users/user_address/index.vue @@ -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: '请填写详细地址' });