fix[litemall-wx]: 修复手机号码格式验证。
This commit is contained in:
@@ -287,7 +287,7 @@ Page({
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!check.isValidPhone(this.data.mobile)) {
|
||||
if (!check.isValidPhone(address.mobile)) {
|
||||
util.showErrorToast('手机号不正确');
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user