|
@@ -6,6 +6,8 @@ if (s_myemail!=""&&s_myemail!=null){
|
|
|
$('.email_code').slideUp();
|
|
|
isfreesubmit[2] = 'true';
|
|
|
isfreesubmit[3] = 'true';
|
|
|
+ $('.ipt_email').val(s_myemail)
|
|
|
+ $('.correct-icon').show()
|
|
|
freesubmit();
|
|
|
}
|
|
|
if (s_phone!=""&&s_phone!=null){
|
|
@@ -127,6 +129,7 @@ window.location.href="/front/dataExport/toSieve?from=structed"
|
|
|
var emailrule = isAvailableEmail(this.value)
|
|
|
if(emailrule){
|
|
|
if (this.value==s_myemail){
|
|
|
+ $('.correct-icon').show()
|
|
|
$('.email_code').slideUp()
|
|
|
isfreesubmit[3] = 'true'
|
|
|
}else{
|
|
@@ -159,6 +162,7 @@ window.location.href="/front/dataExport/toSieve?from=structed"
|
|
|
$('.err-email').hide()
|
|
|
isfreesubmit[2] = 'true'
|
|
|
}else{
|
|
|
+ $('.correct-icon').hide()
|
|
|
var myreg=/^\s*$/g;
|
|
|
if(myreg.test(this.value)){
|
|
|
$('.err-email').hide()
|
|
@@ -293,7 +297,7 @@ window.location.href="/front/dataExport/toSieve?from=structed"
|
|
|
$('.savedata-free').show()
|
|
|
setTimeout(function() {
|
|
|
$('.savedata-free').hide()
|
|
|
- history.go(-1)
|
|
|
+ window.location.replace('/front/structed/pc_index.html')
|
|
|
},1500)
|
|
|
}else{
|
|
|
// vTools.jLoading({
|
|
@@ -327,7 +331,7 @@ window.location.href="/front/dataExport/toSieve?from=structed"
|
|
|
$('.savedata-infor').show()
|
|
|
setTimeout(function(){
|
|
|
$('.savedata-infor').hide()
|
|
|
- history.go(-1)
|
|
|
+ window.location.replace('/front/structed/pc_index.html')
|
|
|
},1500)
|
|
|
} else{
|
|
|
// vTools.jLoading({
|