File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -339,10 +339,10 @@ <h2>商品<span>列表</span></h2>
339339 < ?php } ?>
340340
341341 < ?php if( $item['is_all_sale'] == 1 ){ ?>
342- < span > [所有团长{$item['head_count']}]</ span >
342+ < span > [所有团长( {$item['head_count']}) ]</ span >
343343 < ?php }else if( $item['head_count'] > 0 ){ ?>
344344 <!--<span class="text-green">[部分团长{$item['head_count']}]</span>-->
345- < a href ="{:U('goods/goods_head',array('id'=>$item['id']))} " style ="color:#428bca; "> < span class ="text-green "> [部分团长可售 {$item['head_count']}]</ span > </ a >
345+ < a href ="{:U('goods/goods_head',array('id'=>$item['id']))} " style ="color:#428bca; "> < span class ="text-green "> [部分团长可售( {$item['head_count']}) ]</ span > </ a >
346346 < ?php }else if( $item['head_count'] == 0 ){ ?>
347347 < span > [无团长0]</ span >
348348 < ?php } ?>
You can’t perform that action at this time.
0 commit comments