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; }