@@ -122,9 +122,12 @@ function onClik() {
dataType: 'json',
success: function (res) {
console.log(res);
+ alert("送出成功");
},
error: function (err) {
console.log(err);
+ alert("送出失敗");
+
}
});