Commit 6e0f2275 authored by linlinjava's avatar linlinjava
Browse files

!1 添加地址手机号检查错误

Merge pull request !1 from llwbhp/master
parents 126d027a 1bdae040
......@@ -287,7 +287,7 @@ Page({
return false;
}
if (!check.isValidPhone(this.data.mobile)) {
if (!check.isValidPhone(address.mobile)) {
util.showErrorToast('手机号不正确');
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