mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 13:22:29 +08:00
商品评论
This commit is contained in:
@ -185,7 +185,7 @@
|
||||
<div class="tm-indcon"><span class="tm-label">浏览次数</span><span class="tm-count">{{$goods.access_count}}</span></div>
|
||||
</li>
|
||||
<li class="tm-ind-item ind-panel-comment">
|
||||
<div class="tm-indcon"><span class="tm-label">累计评价</span><span class="tm-count">{{$goods.comments_count}}</span></div>
|
||||
<div class="tm-indcon"><span class="tm-label">累计评论</span><span class="tm-count">{{$goods.comments_count}}</span></div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -392,7 +392,7 @@
|
||||
</li>
|
||||
<li class="tabs-comment">
|
||||
<a href="javascript:;">
|
||||
<span class="index-needs-dt-txt">评价({{$goods.comments_count}})</span>
|
||||
<span class="index-needs-dt-txt">评论({{$goods.comments_count}})</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user