Authored by 郭成尧

phone-verify

@@ -86,7 +86,7 @@ $btnNext.on('touchstart', function() { @@ -86,7 +86,7 @@ $btnNext.on('touchstart', function() {
86 } 86 }
87 87
88 88
89 - if (api.phoneRegx[areaCode].test(pn)) { 89 + if (api.phoneRegx[areaCode].test(pn) || areaCode !== '+86') {
90 90
91 requested = true; 91 requested = true;
92 92