@@ -221,7 +221,6 @@ $(".collect-send").submit(function (e) {
success: function (data) {
console.log('送出成功: ' + JSON.stringify(data));
alert("送出成功");
- window.location.href = "collect.html";
},
beforeSend: function () {
console.log('beforeSend');