This commit is contained in:
pushuo 2022-06-30 18:35:59 +08:00
parent 850fe1cec4
commit 394a74ee1b
1 changed files with 1 additions and 1 deletions

View File

@ -62,9 +62,9 @@
data: {status: checked},
success: function(res) {
layer.msg(res.message)
// $input.removeAttr('checked')
},
error: function() {
$input.prop("checked", false);
}
})
});