Browse Source

Merge branch 'fix_bug_5460' into debug

jwyu 10 months ago
parent
commit
7896e129aa
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/hzyb/chart/Detail.vue
  2. 1 1
      src/views/hzyb/report/Detail.vue

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

@@ -1054,7 +1054,7 @@ const filterInvalidData = (item)=> {
     let temArr=[]
     commodityXData.value.forEach((i,index)=>{
         if(i.IsHide!==1){
-            temArr.push(arr[index]||null)
+            temArr.push(arr[index])
         }
     })
 

+ 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>