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) {

            });

        }

    });
原文地址:https://www.cnblogs.com/ki16/p/14760674.html