Forráskód Böngészése

支付错误提示的js

scr 8 éve
szülő
commit
6b447042f9
1 módosított fájl, 20 hozzáadás és 25 törlés
  1. 20 25
      donate-service/src/main/resources/templates/index.ftl

+ 20 - 25
donate-service/src/main/resources/templates/index.ftl

@@ -1053,32 +1053,27 @@
         }
 
     })
+        initToast();
+        function initToast(){
+            toastr.options = {
+                "closeButton": true,
+                "debug": false,
+                "newestOnTop": false,
+                "progressBar": true,
+                "positionClass": "toast-top-center",
+                "preventDuplicates": false,
+                "onclick": null,
+                "showDuration": "300",
+                "hideDuration": "1000",
+                "timeOut": "2000",
+                "extendedTimeOut": "1000",
+                "showEasing": "swing",
+                "hideEasing": "linear",
+                "showMethod": "fadeIn",
+                "hideMethod": "fadeOut"
+            }
 
-
-
-    //    initToast();
-    //    function initToast(){
-    //        toastr.options = {
-    //            "closeButton": true,
-    //            "debug": false,
-    //            "newestOnTop": false,
-    //            "progressBar": true,
-    //            "positionClass": "toast-top-center",
-    //            "preventDuplicates": false,
-    //            "onclick": null,
-    //            "showDuration": "300",
-    //            "hideDuration": "1000",
-    //            "timeOut": "2000",
-    //            "extendedTimeOut": "1000",
-    //            "showEasing": "swing",
-    //            "hideEasing": "linear",
-    //            "showMethod": "fadeIn",
-    //            "hideMethod": "fadeOut"
-    //        }
-    //
-    //    }
-
-
+        }
 </script>
 <script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.js"></script>
 <script src="https://cdn.bootcss.com/toastr.js/latest/js/toastr.min.js"></script>