{php $url_search = $this->createMobileUrl('search', array(), true);} {php $url_user = $this->createMobileUrl('usercenter', array(), true);}
  • 门店类型
  • {loop $shoptype $item}
  • {$item['name']}
  • {/loop}
  • 全城
  • {loop $area $item}
  • {$item['name']}
  • {/loop}
  • 综合排序
  • 正在营业
  • 距离优先
{loop $restlist $item} {if $item['default_jump']==1} {php $url = $this->createMobileUrl('detail', array('id' => $item['id'], 'sid' => $sid), true);} {elseif $item['default_jump']==2} {php $url = $this->createMobileUrl('waplist', array('storeid' => $item['id'], 'mode' => 2, 'sid' => $sid), true);} {elseif $item['default_jump']==3} {php $url = $this->createMobileUrl('waplist', array('storeid' => $item['id'], 'mode' => 4, 'sid' => $sid), true);} {elseif $item['default_jump']==4} {php $url = $this->createMobileUrl('queue', array('storeid' => $item['id'], 'sid' => $sid), true);} {elseif $item['default_jump']==5} {php $url = $this->createMobileUrl('reservationIndex', array('storeid' => $item['id'], 'mode' => 3, 'sid' => $sid), true);} {elseif $item['default_jump']==6} {php $url = $item['default_jump_url'];} {/if}
{if $this->getstoretimestatus($item) == 0} 商家休息 {/if}

{if $item['is_brand']==1}{$item['brandname']}{/if} {$item['title']}

{if $item['is_meal']==1}
{/if} {if $item['is_delivery']==1}
{/if}
{if $item['sales']>0} 已售{$item['sales']}份 {/if}
{if $item['is_delivery']==1} 准时达 {else} 商家联盟 {/if}
{if $item['is_delivery']==1} {if !empty($item['sendingprice'])} {$setting['currency']}{$item['sendingprice']}起送 {/if} {if $item['dispatchprice']>0} 配送费约{$setting['currency']}{$item['dispatchprice']} {else} 免配送费 {/if} {if $item['freeprice']!=0.00} 满{php echo intval($item['freeprice'])}免配送费 {/if} {else} {$item['address']} {/if}
{php echo $this->getDistance($item['lat'], $item['lng'], $lat, $lng).'km';} {if $item['deliverytime'] > 0} {$item['deliverytime']}分钟 {/if}
{if !empty($item['newlimitprice'])}
{$item['newlimitprice']}
{/if} {if !empty($item['oldlimitprice'])}
{$item['oldlimitprice']}
{/if}
{/loop}
{php echo register_jssdk(false);} {php include $this->template($this->cur_tpl.'/_nave');}