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

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

@@ -40,6 +40,7 @@
             title: '支付成功',
             title: '支付成功',
             message: '',
             message: '',
             confirm: function () {
             confirm: function () {
+                hideDialog();
                 window.close();
                 window.close();
             }
             }
         });
         });
@@ -50,6 +51,7 @@
             title: '支付取消',
             title: '支付取消',
             message: '',
             message: '',
             confirm: function () {
             confirm: function () {
+                hideDialog();
                 window.close();
                 window.close();
             }
             }
         });
         });