编辑器加载

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/' ,base: '/static/res/mods/'
}).extend({ }).extend({
fly: 'index' fly: 'index'
}).use('fly'); }).use(['fly']);
});
</script> </script>
{/block} {/block}

View File

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