Authored by 郭成尧

phone-verify

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