From c0572cbb2c5b445197fc38aa1ea2f1cd3ddc4414 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Mon, 22 Apr 2024 11:07:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/users/GiftManageView.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/users/GiftManageView.vue b/src/views/users/GiftManageView.vue index 0c27d1c..cc65c1e 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -1354,11 +1354,13 @@ export default { $("input:checkbox[name='partitionFlag']")[0].checked = false; } if ((partitionFlag & 2) != 0) { + console.log(partitionFlag & 2); $("input:checkbox[name='partitionFlag']")[1].checked = true; } else { $("input:checkbox[name='partitionFlag']")[1].checked = false; } if ((partitionFlag & 4) != 0) { + console.log(partitionFlag & 4); $("input:checkbox[name='partitionFlag']")[2].checked = true; } else { $("input:checkbox[name='partitionFlag']")[2].checked = false;