浏览代码

Fix error

stany.ferer 1 年之前
父节点
当前提交
d383767ca6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public-events/js/control.js

+ 1 - 1
public-events/js/control.js

@@ -20,7 +20,7 @@ function checkEmagementControl() {
             $('#ResultQRCode').modal("show");
             $('#ResultQRCode').modal("show");
             if (data["result"] == true) {
             if (data["result"] == true) {
                 $('#ResultQRCode').on('hidden.bs.modal', function () {
                 $('#ResultQRCode').on('hidden.bs.modal', function () {
-                    getEvements();
+                    //getEvements();
                 });
                 });
             }
             }
         }).fail(function (xhr, status, error) {
         }).fail(function (xhr, status, error) {