/public_html/wx/public_html/admin2/tpl/Wap/default/Product_orderCart.html
13开头的手机可能是可以的 其他的估计就会提示手机号格式错误了
修改上述文件中的js验证代码
var patrn = /^(1(([0-9][0-9])|(47)|[8][0126789]))\d{8}$/; if (!patrn.exec($.trim(userPhone))) { showTip(‘手机号格式错误‘) return false; }