Commit e8749c4b by 陈超

T

parent b0a6f326
......@@ -92,6 +92,15 @@
$("#preloader").hide();
});
let CLICK_VERIFY="{:U('basic/Passport/clickVerify')}";
let CLICK_UNAME="{:U('basic/Passport/clickUname')}";
let CLICK_PHONE="{:U('basic/Passport/clickPhone')}";
let CLICK_PHONEVER="{:U('basic/Passport/clickPhoneVer')}";
let SETUSERFACE="{:U('basic/Passport/setUserFace')}";
let GET_PHONEVERIFY="{:U('basic/Passport/getVerify')}";
//异步注册地址
let REG_ADDRESS="{:U('basic/Passport/ajaxReg')}";
String.prototype.isMobile = function() {
return (/^1[3|4|5|6|7|8|9]\d{9}$/.test(this));
}
......@@ -155,7 +164,6 @@
}
},
checkPhone: function(call) {
console.log(call)
let phone = this.phone
//验证此手机是否已被注册
$.ajax({
......
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