From 1bdae0407502a473ff96790fe95e7500c5724830 Mon Sep 17 00:00:00 2001 From: liuwenhui Date: Fri, 18 May 2018 14:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-wx/pages/ucenter/addressAdd/addressAdd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litemall-wx/pages/ucenter/addressAdd/addressAdd.js b/litemall-wx/pages/ucenter/addressAdd/addressAdd.js index 4b25ba33..e04d0e1d 100644 --- a/litemall-wx/pages/ucenter/addressAdd/addressAdd.js +++ b/litemall-wx/pages/ucenter/addressAdd/addressAdd.js @@ -287,7 +287,7 @@ Page({ return false; } - if (!check.isValidPhone(this.data.mobile)) { + if (!check.isValidPhone(address.mobile)) { util.showErrorToast('手机号不正确'); return false; } -- Gitee