From 54fc73f46ae0949af4e75d78048e813461d6af85 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 07 五月 2024 18:25:00 +0800 Subject: [PATCH] 分页问题修改 --- src/common/untils/dialog.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/common/untils/dialog.js b/src/common/untils/dialog.js index e0e29fe..ca17192 100644 --- a/src/common/untils/dialog.js +++ b/src/common/untils/dialog.js @@ -40,9 +40,8 @@ // 灏嗘鏃剁殑浣嶇疆浼犲嚭鍘� // binding.value({x:e.pageX,y:e.pageY}) } - - document.onmouseup = function (e) { - console.log(e) + // e + document.onmouseup = function () { document.onmousemove = null document.onmouseup = null } -- Gitblit v1.8.0