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