|
@@ -166,43 +166,46 @@ $(function () {
|
|
|
$('.Tips').addClass('active');
|
|
|
return ;
|
|
|
}
|
|
|
- if(phopoVal[0]!==usePhoto){
|
|
|
- tipFun.call($('#usePhoto'),true,'当前手机号与获得验证码的手机号不一致.')
|
|
|
- return ;
|
|
|
- }
|
|
|
- if($('.Tips.active').length){
|
|
|
- return;
|
|
|
- } else {
|
|
|
- $('.loading').show();
|
|
|
- $.ajax({
|
|
|
- type: "POST",
|
|
|
- dataType: "json",
|
|
|
- url: globalConfig.context + "/register",
|
|
|
- data: {
|
|
|
- "unitName": user,
|
|
|
- "password": password1,
|
|
|
- "mobile": usePhoto,
|
|
|
- "mobileCode": mobileCode,
|
|
|
- "type":customerType,
|
|
|
- "beInviteCode":codeV
|
|
|
- },
|
|
|
- success: function (rest) {
|
|
|
- $('.loading').hide()
|
|
|
- if (rest.error && rest.error.length) {
|
|
|
- msg(rest.error[0].message);
|
|
|
- } else {
|
|
|
- setTimeout(()=>{
|
|
|
- msg("注册成功,请登录个人中心操作");
|
|
|
- initVal();
|
|
|
- if($('.header ul li a').hasClass('head_login')){
|
|
|
- $('.login').fadeIn(800);
|
|
|
- $('#form_register').fadeOut(800)
|
|
|
- }
|
|
|
- },2000)
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- }
|
|
|
+ // if(phopoVal[0]!==usePhoto){
|
|
|
+ // tipFun.call($('#usePhoto'),true,'当前手机号与获得验证码的手机号不一致.')
|
|
|
+ // return ;
|
|
|
+ // }
|
|
|
+ // if($('.Tips.active').length){
|
|
|
+ // return;
|
|
|
+ // } else {
|
|
|
+ // $('.loading').show();
|
|
|
+ // $.ajax({
|
|
|
+ // type: "POST",
|
|
|
+ // dataType: "json",
|
|
|
+ // url: globalConfig.context + "/register",
|
|
|
+ // data: {
|
|
|
+ // "unitName": user,
|
|
|
+ // "password": password1,
|
|
|
+ // "mobile": usePhoto,
|
|
|
+ // "mobileCode": mobileCode,
|
|
|
+ // "type":customerType,
|
|
|
+ // "beInviteCode":codeV
|
|
|
+ // },
|
|
|
+ // success: function (rest) {
|
|
|
+ // $('.loading').hide()
|
|
|
+ // if (rest.error && rest.error.length) {
|
|
|
+ // msg(rest.error[0].message);
|
|
|
+ // } else {
|
|
|
+ // setTimeout(()=>{
|
|
|
+ msg("恭喜您,注册成功!入驻发布信息,请联系平台管理员激活账户,谢谢");
|
|
|
+ setTimeout(() => {
|
|
|
+ window.location.pathname = 'portal/index';
|
|
|
+ }, 1000)
|
|
|
+ // initVal();
|
|
|
+ // if($('.header ul li a').hasClass('head_login')){
|
|
|
+ // $('.login').fadeIn(800);
|
|
|
+ // $('#form_register').fadeOut(800)
|
|
|
+ // }
|
|
|
+ // },2000)
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // }
|
|
|
})
|
|
|
agreement();
|
|
|
function agreement(){
|
|
@@ -215,7 +218,7 @@ $(function () {
|
|
|
}
|
|
|
var tt = 30;
|
|
|
|
|
|
- $('#photo').click(function () {
|
|
|
+ $('#tipFun').click(function () {
|
|
|
phopoVal=[];
|
|
|
var ophoto = $('#usePhoto').val().trim();
|
|
|
if (ophoto) {
|