jeter20131220 3 년 전
부모
커밋
b691a40fd6
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      desktop11/goto.js

+ 3 - 0
desktop11/goto.js

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