Mike %!s(int64=3) %!d(string=hai) anos
pai
achega
401770e097
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      ArkCard-web/goto.js

+ 4 - 2
ArkCard-web/goto.js

@@ -272,9 +272,11 @@ $(".collect-send").submit(function (e) {
             icon: 'success',
             confirmButtonColor: '#3085d6',
             html: '發送成功'
+          }).then((result) => {
+            if (result.isConfirmed) { 
+              location.reload();
+            }
           });
-    
-          location.reload();
         },
         beforeSend: function () {
           console.log('beforeSend');