xiongzhu 4 лет назад
Родитель
Сommit
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: '支付成功',
             message: '',
             confirm: function () {
+                hideDialog();
                 window.close();
             }
         });
@@ -50,6 +51,7 @@
             title: '支付取消',
             message: '',
             confirm: function () {
+                hideDialog();
                 window.close();
             }
         });