xiongzhu 4 rokov pred
rodič
commit
e062f4916e

+ 4 - 0
src/main/resources/templates/PayOrderPC.ftlh

@@ -97,6 +97,10 @@
         $('#dialogBody').html(options.message);
         $('#dialog').show(200);
     }
+
+    function hideDialog(){
+        $('#dialog').hide(200);
+    }
 </script>
 </body>
 </html>