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