Authored by 刘传洋

Merge remote-tracking branch 'remotes/origin/feature/detail-comment-plus' into release/5.2

... ... @@ -236,9 +236,9 @@
<div class="consult-comment info-block">
<p class="block-title">
<span class="title">顾客咨询(<em class="consult-num">0</em></span>
<span class="sep">|</span>
<span class="title cur">购买评价(<em class="comment-num">0</em></span>
<span class="sep">|</span>
<span class="title">顾客咨询(<em class="consult-num">0</em></span>
</p>
<div class="comments cc-content">
<div class="comment-tabs clearfix">
... ...
... ... @@ -876,7 +876,7 @@ function fetchComment() {
$this.addClass('cur');
$this.siblings('.cur').removeClass('cur');
if (index === 0) {
if (index !== 0) {
// 咨询
$consults.slideDown(SLIDETIME);
... ...