jeter20131220 3 năm trước cách đây
mục cha
commit
cd4c53102e
2 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 2 1
      desktopB/goto.js
  2. 1 0
      mobileB/goto.js

+ 2 - 1
desktopB/goto.js

@@ -123,6 +123,7 @@ $(".banner-slider").slick({
         } else if (data == 3) {
           alert("此email、phone已填過表單");
         }
+        location.reload();
       },
       beforeSend: function () {
         console.log('beforeSend');
@@ -136,7 +137,7 @@ $(".banner-slider").slick({
         console.log('送出失敗: ' + jqXHR.responseText);
       }
     });
-    return false;
+    return true;
   });
 
   $("*").each(function (index, element) {

+ 1 - 0
mobileB/goto.js

@@ -129,6 +129,7 @@ $(".feedback-slider1").slick({
         } else if (data == 3) {
           alert("此email、phone已填過表單");
         }
+        location.reload();
       },
       beforeSend: function () {
         console.log('beforeSend');