This commit is contained in:
pushuo 2022-06-30 18:31:17 +08:00
parent 3ecf6c22a8
commit 850fe1cec4
1 changed files with 1 additions and 2 deletions

View File

@ -62,8 +62,7 @@
data: {status: checked}, data: {status: checked},
success: function(res) { success: function(res) {
layer.msg(res.message) layer.msg(res.message)
$input.removeAttr('checked') // $input.removeAttr('checked')
console.log($input)
}, },
error: function() { error: function() {
} }