laydate 日期插件弹出闪退问题

在加载方法时加入这样一段代码

 $(function () {
            var allDate = $(document).find('.layui-input')
            allDate.each(function (index, el) {
                $(this).removeAttr("lay-key")
                laydate.render({
                    elem: this,
                    type: 'time'
                });
            });
.....});

 

你可能感兴趣的:(laydate 日期插件弹出闪退问题)