{template 'public_head'} {template 'public_left'} 首页 公告管理 {if $operation == 'post'} 编辑公告 名称 类型 公告 帮助中心 新手攻略 选择商品分类 内容 {$item['content']} 外链网址 填写 http://www.baidu.com/ 不是外连可以不用填 {elseif $operation == 'display'} id 名称 操作 {loop $list $item} {$item['id']} {$item['title']}链接:{php echo $_W['siteroot'].str_replace('./','app/',$this->createMobileurl('newsview',array('id'=>$item['id'])))} 把这个链接编辑填到外链里面 编辑 删除 {/loop} {/if} {template 'public_bottom'}