联系方式
- 邮箱:6258875777@qq.com
- 地址:广州市番禺区石楼镇赤岗村市莲路61号(厂房)202房D32
400-688-4060
if ($("#tel").val() == "") { alert("请输入你的手机!"); $("#tel").focus(); return false; }
if (!$("#tel").val().match(/^(((13[0-9]{1})|(14[0-9]{1})|(15[0-9]{1})|(16[0-9]{1})|(17[0-9]{1})|(18[0-9]{1})|(19[0-9]{1}))+\d{8})$/)) { alert("手机号码格式不正确!"); $("#tel").focus(); return false;}
})
})