From 20c50b8a2619634a1b6178a8c678b4945291afa3 Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 24 Feb 2025 16:32:11 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3287=20=E3=80=90=E7=A4=BC=E5=93=81?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E3=80=91=E6=94=B6=E5=8F=96=E7=A4=BC=E5=93=81?= =?UTF-8?q?=E5=A1=AB=E5=86=99=E5=9C=B0=E5=9D=80=E6=97=B6=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E8=B6=85=E8=BF=8711=E4=BD=8D=E6=89=8B=E6=9C=BA=E5=8F=B7?= =?UTF-8?q?=E7=A0=81=E4=B9=9F=E5=8F=AF=E9=A2=86=E5=8F=96=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/components/AddressDialog.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg_user/views/gift/components/AddressDialog.vue b/pkg_user/views/gift/components/AddressDialog.vue index 36baf10..dd548c2 100644 --- a/pkg_user/views/gift/components/AddressDialog.vue +++ b/pkg_user/views/gift/components/AddressDialog.vue @@ -9,7 +9,7 @@ - + @@ -126,7 +126,6 @@ export default { content: this.addressInput }).then((res) => { uni.hideLoading() - console.log(res) const { success, data } = res if (success) { this.address = { @@ -177,7 +176,7 @@ export default { const addressText = this.addressText || '' const detail = this.userAddress.detail || '' const isDefault = this.userAddress.isDefault - if (phone.length < 11) { + if (phone.length !== 11) { uni.showToast({ title: "请输入11位手机号码", icon: "none"