Authored by 刘传洋

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

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