mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update form.html
This commit is contained in:
parent
9777bdbd96
commit
7e58c528e1
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user