layui-laydate模块在requirejs中使用时,不兼

2019-08-20  本文已影响0人  混吃等死小前端

js为layui.all.js

1、getPath

//原代码
if ("interactive" === t[a].readyState) {
    e = t[a].src;
    break
}
//修改为
if(t[a].src.indexOf("layui.all.js")>-1){
       e = t[a].src;
        break
}

2、ready

//原代码
return e?layui.addcss(o,a,i):t.link(o,a,i),this
//修改为
return e ? layui.link(t.getPath + "css/" + o, a, i) : t.link(o, a, i), this
上一篇下一篇

猜你喜欢

热点阅读