|
@@ -656,6 +656,7 @@ $('.match__next2').click(function() {
|
|
}
|
|
}
|
|
console.log(time);
|
|
console.log(time);
|
|
if(name== 0 && phone == 0 && sex == 0 && readPolicy == 0) {
|
|
if(name== 0 && phone == 0 && sex == 0 && readPolicy == 0) {
|
|
|
|
+ myModal.hide();
|
|
$.ajax({
|
|
$.ajax({
|
|
type: "POST",
|
|
type: "POST",
|
|
url: "",
|
|
url: "",
|
|
@@ -699,7 +700,6 @@ $('.match__next2').click(function() {
|
|
console.error(error)
|
|
console.error(error)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- myModal.hide();
|
|
|
|
window.open('./index_match.html');
|
|
window.open('./index_match.html');
|
|
}
|
|
}
|
|
|
|
|