zhaoxiaoqiang
2021-05-18 d12b432f4a009d87a9946ae81bdea5c9895a2bfe
src/components/vux_register.js
@@ -103,7 +103,7 @@
            },
            // 电话号码格式
            checkPhone(phone) {
                let reg = /^1([358][0-9]|4[579]|66|7[0135678]|9[89])[0-9]{8}$/;
                let reg = /^1[0-9]{10}$/;
                return reg.test(phone);
            },
            checkEmail(email) {