编辑器加载
This commit is contained in:
parent
0b2d4c7813
commit
b8e8221140
@ -226,7 +226,7 @@ layui.use('form', function(){
|
||||
,base: '/static/res/mods/'
|
||||
}).extend({
|
||||
fly: 'index'
|
||||
}).use('fly');
|
||||
});
|
||||
}).use(['fly']);
|
||||
|
||||
</script>
|
||||
{/block}
|
@ -275,7 +275,7 @@ layui.config({
|
||||
$('.detail-body').each(function(){
|
||||
var othis = $(this), html = othis.html();
|
||||
othis.html(fly.content(html));
|
||||
});
|
||||
})
|
||||
});
|
||||
</script>
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user