作者 anyv
1 个管道 的构建 通过 耗费 0 秒

分类添加缩略图

... ... @@ -50,14 +50,6 @@
<script type="text/javascript" src="__STATIC__/js/admin.js"></script>
<script>
$(function () {
editorcontent = new baidu.editor.ui.Editor();
editorcontent.render('content');
try {
editorcontent.sync();
} catch (err) {
}
$('.btn-cancel-thumbnail').click(function () {
$('#thumbnail-preview').attr('src', '__TMPL__/public/assets/images/default-thumbnail.png');
$('#thumbnail').val('');
... ...