Browse Source

email test

jeter20131220 3 years ago
parent
commit
28a68a4e8e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      desktopB/goto.js
  2. 1 1
      mobileB/goto.js

+ 1 - 1
desktopB/goto.js

@@ -36,7 +36,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
mobileB/goto.js

@@ -45,7 +45,7 @@ $(".feedback-slider1").slick({
       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) {