jeter20131220 hace 3 años
padre
commit
5e01a51e8b
Se han modificado 2 ficheros con 6 adiciones y 6 borrados
  1. 5 5
      desktop11/goto.js
  2. 1 1
      desktop11/index.html

+ 5 - 5
desktop11/goto.js

@@ -96,17 +96,17 @@ function onClik() {
     url:'http://172.105.205.52:8001/deco_request_detail',
     data: jsonString,
     dataType: 'json',
-    success: function (data, textStatus, jqXHR) {
-
-      alert("送出成功");
-    },
+ 
     beforeSend: function () {
       alert("beforeSend");
     },
     complete: function () {
       alert("complete");
     },
+    success: function (data, textStatus, jqXHR) {
 
+      alert("送出成功");
+    },
     error: function (jqXHR, textStatus, errorThrown) {
       alert("送出失敗");
 
@@ -115,7 +115,7 @@ function onClik() {
   
 }
 
-JSON.parse('[]');
+
 
 $("*").each(function (index, element) {
   // 此元素被點選後執行

+ 1 - 1
desktop11/index.html

@@ -344,7 +344,7 @@
                         </div>
                         <hr>
                         <div id="form-right">
-                            <div id="facebook">
+                            <div id="facebook" onclick='callFB()' >
                                 <img src="./img/logo/facebook.webp" alt="">
                                 使用FB填入信箱與姓名
                             </div>