|
@@ -273,14 +273,13 @@ $(".collect-send").submit(function (e) {
|
|
|
confirmButtonColor: '#3085d6',
|
|
|
html: '發送成功'
|
|
|
});
|
|
|
-
|
|
|
- location.reload();
|
|
|
},
|
|
|
beforeSend: function () {
|
|
|
console.log('beforeSend');
|
|
|
},
|
|
|
complete: function () {
|
|
|
console.log('complete');
|
|
|
+ location.reload();
|
|
|
},
|
|
|
error: function (jqXHR, textStatus, errorThrown) {
|
|
|
console.log(JSON.stringify(jqXHR));
|