layui框架的layer.open弹窗radio点击事件失效

1、radio失效(添加红色的即可)

layer.open({

        type: 1,

        title: "<label style='font-weight:600;'>修改</label>",

        content: editDiv,

        area: ['600px', height],//只有一个[height],宽会自定义

        btn: btnOperation,//['保存','取消'],

        btn1: function (index, layero) { 

        },

        success: function () {

            layuiForm.on("radio", function(radio) {

            });

        }

    });

 

posted @ 2021-05-12 17:08  ki1616  阅读(999)  评论(0编辑  收藏  举报