jeter20131220 3 years ago
parent
commit
d6319d6ba5
2 changed files with 3 additions and 4 deletions
  1. 2 2
      desktop11/goto.js
  2. 1 2
      mobile/script/goto.js

+ 2 - 2
desktop11/goto.js

@@ -175,7 +175,7 @@ $(".contact-form1").submit(function (e) {
       } else if (data == 3) {
         alert("此email、phone已填過表單");
       }
-      return true;
+      location.reload();
     },
 
     beforeSend: function () {
@@ -194,7 +194,7 @@ $(".contact-form1").submit(function (e) {
     }
   });
 
-  // return false;
+  return false;
 });
 
 

+ 1 - 2
mobile/script/goto.js

@@ -146,14 +146,13 @@ $(".contact-form1").submit(function (e) {
       } else if (data == 3) {
         alert("此email、phone已填過表單");
       }
-     
+      location.reload();
     },
     beforeSend: function () {
       console.log('beforeSend');
     },
     complete: function () {
       console.log('complete');
-      location.reload();
     },
     error: function (jqXHR, textStatus, errorThrown) {
       console.log(JSON.stringify(jqXHR));