{template 'public/header'} {template 'public/comhead'} {if $operation == 'post'}
活动推荐编辑
{php echo tpl_form_field_image('thumb', $intelligent['thumb'])} 建议尺寸:300*100
{loop $categorys $category} {$category['name']}
{loop $goods_arr[$category['id']] $item}
{/loop}
{/loop}
{elseif $operation == 'display'}
{loop $intelligents $row} {/loop}
显示顺序 活动名称 商品 操作
{$row['title']} {php //$goodsids = explode(',', $row['content']);} {php $goodsstrs = iunserializer($row['content']);} {php $goodsids = array();} {loop $goodsstrs $value} {php $goodsids[] = $value['id'];} {/loop} {loop $goodsids $goodsid} {/loop}   
{php echo $_W['siteroot'] . 'app/index.php?i=' . $weid . '&c=entry&storeid=' . $storeid . '&do=waplist&m=weisrc_dish&mode=2&intelligentid=' . $row['id']}
{$pager}
{/if} {if $_W['isfounder']} {template 'common/footer'} {else} {template 'public/footer'} {/if}