Browse Source

fix:晨报推送

Karsa 8 months ago
parent
commit
d863b6e1e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/hzyb/report/Detail.vue

+ 1 - 1
src/views/hzyb/report/Detail.vue

@@ -9,7 +9,7 @@
     </div> -->
     <div class="report-detail-page" @click="closeAttention" v-if="info" :style="{paddingBottom:$store.state.hzyb.audioData.url&&'80px'}">
         <!-- 晨报、周报章节 -->
-        <div class="chapter-list-wrap" v-if="info.report_info.has_chapter&&report_detail_show_type===2">
+        <div class="chapter-list-wrap" v-if="info.report_info.has_chapter&&info.report_detail_show_type===2">
             <div class="top-box" :style="'background-image:url(' + info.report_info.banner_url + ')'">
                 <div class="title">{{info.report_info.classify_name_first}}</div>
                 <div class="sub-title">{{info.report_info.title}}</div>