编辑器加载

This commit is contained in:
toogee 2020-04-10 15:01:38 +08:00
parent 0b2d4c7813
commit b8e8221140
2 changed files with 3 additions and 3 deletions

View File

@ -226,7 +226,7 @@ layui.use('form', function(){
,base: '/static/res/mods/'
}).extend({
fly: 'index'
}).use('fly');
});
}).use(['fly']);
</script>
{/block}

View File

@ -275,7 +275,7 @@ layui.config({
$('.detail-body').each(function(){
var othis = $(this), html = othis.html();
othis.html(fly.content(html));
});
})
});
</script>
<script>