{wc:php:start}
$f_home = '';
$f_whole = '';
$f_jiexiao = '';
$f_car = '';
$f_personal = '';
if( ROUTE_C == 'home' || ROUTE_C == 'user' ){
$f_personal = 'cur';
}else if( ROUTE_C == 'mobile' && ROUTE_A == 'init'){
$f_home = 'cur';
}else if( ROUTE_C == 'mobile' && ROUTE_A == 'glist'){
$f_whole = 'cur';
}else if( ROUTE_C == 'mobile' && ROUTE_A == 'lottery'){
$f_jiexiao = 'cur';
}else if( ROUTE_C == 'cart'){
$f_car = 'cur';
}
{wc:php:end}
{wc:if uidcookie('uid')}
{wc:php:start}
$rs=$this->db->GetOne("select * from `@#_member_go_record` where `uid`='".uidcookie('uid')."' and `huode`>'10000000' and `read`=0 ORDER BY id DESC");
{wc:php:end}
{wc:if $rs['status']=='已付款,未发货,未完成' && $_SERVER["REQUEST_URI"]!='/mobile/home/orderlist'}
{wc:if:end}
{wc:if:end}