ソースを参照

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

Junling Bu 7 年 前
コミット
b82e38353e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      litemall-wx/pages/shopping/addressAdd/addressAdd.js

+ 1 - 1
litemall-wx/pages/shopping/addressAdd/addressAdd.js

@@ -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;
     }
     }