Commit e301be4a authored by 华国豪's avatar 华国豪 🙄

no message

parent 03cb1ffe
......@@ -90,7 +90,7 @@
<script src="js/mian.js"></script>
<script>
let countdown = 60;
let phoneReg = /(^1[3|4|5|7|8]\d{9}$)|(^09\d{8}$)/;
let phoneReg = /^1([38][0-9]|4[579]|5[0-3,5-9]|6[6]|7[0135678]|9[89])\d{8}$/;
let isSendCode = false;
let userInfo = getLocalStorage()
if (userInfo) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment