|
@@ -123,6 +123,7 @@ $(".banner-slider").slick({
|
|
|
} else if (data == 3) {
|
|
|
alert("此email、phone已填過表單");
|
|
|
}
|
|
|
+ location.reload();
|
|
|
},
|
|
|
beforeSend: function () {
|
|
|
console.log('beforeSend');
|
|
@@ -136,7 +137,7 @@ $(".banner-slider").slick({
|
|
|
console.log('送出失敗: ' + jqXHR.responseText);
|
|
|
}
|
|
|
});
|
|
|
- return false;
|
|
|
+ return true;
|
|
|
});
|
|
|
|
|
|
$("*").each(function (index, element) {
|