Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zhrrobert committed Oct 5, 2022
1 parent 4078918 commit a9ede4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/Seller/Goods/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,10 @@ <h2>商品<span>列表</span></h2>
<?php } ?>

<?php if( $item['is_all_sale'] == 1 ){ ?>
<span >[所有团长{$item['head_count']}]</span>
<span >[所有团长({$item['head_count']})]</span>
<?php }else if( $item['head_count'] >0 ){ ?>
<!--<span class="text-green">[部分团长{$item['head_count']}]</span>-->
<a href="{:U('goods/goods_head',array('id'=>$item['id']))}" style="color:#428bca;"><span class="text-green">[部分团长可售 {$item['head_count']}]</span></a>
<a href="{:U('goods/goods_head',array('id'=>$item['id']))}" style="color:#428bca;"><span class="text-green">[部分团长可售({$item['head_count']})]</span></a>
<?php }else if( $item['head_count'] == 0 ){ ?>
<span>[无团长0]</span>
<?php } ?>
Expand Down

0 comments on commit a9ede4a

Please sign in to comment.