Browse Source

email update

jeter20131220 3 years ago
parent
commit
8b3d13fd3f
2 changed files with 2 additions and 2 deletions
  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) {