From db577617420634389ecd6494a7da73e7a1446852 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 22 Mar 2024 10:52:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/user_address/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: '请填写详细地址' });