Skip to content

Commit a9ede4a

Browse files
committed
Update index.html
1 parent 4078918 commit a9ede4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Themes/Seller/Goods/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 } ?>

0 commit comments

Comments
 (0)