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"