Commit b82e3835 authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-wx]: 修复手机号码格式验证。

parent 6e0f2275
......@@ -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