From b82e38353e188fbc63045452a415be31ad8ae8a2 Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Fri, 18 May 2018 15:31:38 +0800 Subject: [PATCH] =?UTF-8?q?fix[litemall-wx]:=20=E4=BF=AE=E5=A4=8D=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E5=8F=B7=E7=A0=81=E6=A0=BC=E5=BC=8F=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-wx/pages/shopping/addressAdd/addressAdd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litemall-wx/pages/shopping/addressAdd/addressAdd.js b/litemall-wx/pages/shopping/addressAdd/addressAdd.js index db988789..9c83d162 100644 --- a/litemall-wx/pages/shopping/addressAdd/addressAdd.js +++ b/litemall-wx/pages/shopping/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; }