{if $op== 'display'}
{php $goodsurl = $this->createMobileUrl('admincate', array('storeid' => $storeid, 'op' => 'post'), true);} 添加
{php $url_search = $this->createMobileUrl('adminstore', array(), true);} {php $url_user = $this->createMobileUrl('usercenter', array(), true);}
{loop $restlist $item}

{$item['name']}

{php $url1 = $this->createMobileUrl('admincate', array('op' => 'post','id'=>$item['id'], 'storeid' => $storeid), true);} 编辑
{if $item['is_meal']==1}[店内]{/if} {if $item['is_delivery']==1}[外卖]{/if} {if $item['is_snack']==1}[快餐]{/if} {if $item['is_reservation']==1}[预定]{/if}
{/loop}
{php echo register_jssdk(false);} {php include $this->template($this->cur_tpl.'/_nave');} {/if}