jeter20131220 vor 3 Jahren
Ursprung
Commit
8b3d13fd3f
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      desktop11/goto.js
  2. 1 1
      mobile/script/goto.js

+ 1 - 1
desktop11/goto.js

@@ -119,7 +119,7 @@ $(".contact-form1").submit(function (e) {
     url: 'https://go.hhh.com.tw:8002/deco_request_detail',
     data: jsonString,
     dataType: 'json',
-    async: false,
+    // async: false,
     
     success: function (data) {
       console.log('送出成功: ' + data);

+ 1 - 1
mobile/script/goto.js

@@ -61,7 +61,7 @@ $(".contact-form1").submit(function (e) {
     url: 'https://go.hhh.com.tw:8002/deco_request_detail',
     data: jsonString,
     dataType: 'json',
-    async: false,
+    // async: false,
     success: function (data) {
       console.log('送出成功: ' + data);
       if (data == 0) {