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