Authored by shijian

save

... ... @@ -5,7 +5,8 @@
*/
var dialog = require('../../plugins/dialog');
var _alert = dialog.Alert;
//var regValidate = require('../../passport/common/mail-phone-regx');
// var regValidate = require('../../passport/common/mail-phone-regx');
var types = location.pathname.split('/');
var type = types[types.length - 1]; // 界面操作类型
var $imgCaptchaInput = $('#captcha');
... ...