Browse Source

測試功能

jeter20131220 3 years ago
parent
commit
50bd6c16fc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      desktop11/goto.js

+ 2 - 0
desktop11/goto.js

@@ -119,6 +119,7 @@ function onClik() {
   var jsonInfo = $('.contact-form1').serializeObject();
   var jsonString = JSON.stringify(jsonInfo);
   alert(jsonString);
+  console.log(jsonString);
   $.ajax({
     type: 'POST',
     url: 'http://172.104.93.163/deco_request_detail',
@@ -140,6 +141,7 @@ function onClik() {
 
     }
   });
+  
 
 }