<li><a class="${return_product_statu==-1||return_product_statu==null?‘switch_xz‘:‘none‘}" href="front/seller_showProductsByStatus.do?product_statu=-1">所有</a></li>
<li><a class="${return_product_statu== 3?‘switch_xz‘:‘none‘}" href="front/seller_showProductsByStatus.do?product_statu=3">等待上架</a></li>
<li><a class="${return_product_statu== 1?‘switch_xz‘:‘none‘}" href="front/seller_showProductsByStatus.do?product_statu=1">出售中</a></li>
<li><a class="${return_product_statu== 4?‘switch_xz‘:‘none‘}" href="front/seller_showProductsByStatus.do?product_statu=4">已卖完</a></li>
<li><a class="${return_product_statu== 0?‘switch_xz‘:‘none‘}" href="front/seller_showProductsByStatus.do?product_statu=0">已收货</a></li>