编辑器加载
This commit is contained in:
parent
0b2d4c7813
commit
b8e8221140
@ -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}
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user