Commit 1bdae040 authored by liuwenhui's avatar liuwenhui
Browse files

手机号检查失败

parent d69000fc
...@@ -287,7 +287,7 @@ Page({ ...@@ -287,7 +287,7 @@ Page({
return false; return false;
} }
if (!check.isValidPhone(this.data.mobile)) { if (!check.isValidPhone(address.mobile)) {
util.showErrorToast('手机号不正确'); util.showErrorToast('手机号不正确');
return false; return false;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment