{$item['title']}
{if $item['is_rest'] == 0}
休息中
{else}
营业中
{/if}
{if $item['is_meal']==1}
店
{/if}
{if $item['is_delivery']==1}
外
{/if}
配送时间
{if !empty($item['sendingprice'])}
{$setting['currency']}{$item['sendingprice']}起送
{/if}
{if !empty($item['dispatchprice'])}
配送费{$setting['currency']}{$item['dispatchprice']}
{/if}
{$item['address']}
{$item['info']}
{/if}