动态变更Layui开关组件的状态

let obj = layui.$('*[name="state"]');
if (localStorage.getItem('localStorageState')) {
    obj.attr('checked', 'checked');
} else {
    obj.removeAttr('checked');
}
form.render('checkbox');
最后修改:2023 年 10 月 31 日 04 : 18 PM
如果觉得我的文章对你有用,请随意赞赏

发表评论