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

        }

    });

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM