xiongzhu 4 年之前
父节点
当前提交
67da726d5c
共有 1 个文件被更改,包括 2 次插入0 次删除
  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();
             }
             }
         });
         });