Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
b82e3835
Commit
b82e3835
authored
May 18, 2018
by
Junling Bu
Browse files
fix[litemall-wx]: 修复手机号码格式验证。
parent
6e0f2275
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/shopping/addressAdd/addressAdd.js
View file @
b82e3835
...
...
@@ -287,7 +287,7 @@ Page({
return
false
;
}
if
(
!
check
.
isValidPhone
(
this
.
data
.
mobile
))
{
if
(
!
check
.
isValidPhone
(
address
.
mobile
))
{
util
.
showErrorToast
(
'
手机号不正确
'
);
return
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment