Update form.html

This commit is contained in:
Anyon 2019-08-02 16:57:26 +08:00
parent 9777bdbd96
commit 7e58c528e1

View File

@ -99,10 +99,7 @@
function apply(list) {
if (list.length < 1) list.push({
title: '新建图文',
author: '管理员',
content: '文章内容',
read_num: 0,
title: '新建图文', author: '管理员', content: '文章内容', read_num: 0,
local_url: '__ROOT__/static/plugs/uploader/theme/image.png',
});
for (var i in list) {
@ -173,10 +170,7 @@
$rootScope.addItem = function () {
if ($rootScope.list.length > 7) return $.msg.tips('最多允许增加7篇文章哦');
$rootScope.list.push({
title: '新建图文',
author: '管理员',
content: '文章内容',
read_num: 0,
title: '新建图文', author: '管理员', content: '文章内容', read_num: 0,
local_url: '__ROOT__/static/plugs/uploader/theme/image.png',
style: "background-image:url('__ROOT__/static/plugs/uploader/theme/image.png')"
});
@ -212,4 +206,4 @@
}
});
</script>
{/block}
{/block}