xiongzhu 4 years ago
parent
commit
e062f4916e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/resources/templates/PayOrderPC.ftlh

+ 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>