Browse Source

更换LabelType

bding 1 year ago
parent
commit
0fa536c6c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/ItemComponent/roadshowItem.vue

+ 1 - 1
components/ItemComponent/roadshowItem.vue

@@ -1,7 +1,7 @@
 <template>
   <view class="global_card_content container-roadshow-item">
     <view class="content-item-flex content-item-top">
-      <view class="global_content_center">{{ list.SearchType == 1 ? "路演回放" : list.SearchType == 2 ? "调研反馈" : list.Type == 3 ? "产业视频" : "问答系列" }}</view>
+      <view class="global_content_center">{{ list.LabelType == 1 ? "路演回放" : list.LabelType == 2 ? "调研反馈" : list.LabelType == 3 ? "产业视频" : "问答系列" }}</view>
       <view :class="['global_content_center', list.Type == 2 || list.Type == 3 ? 'is-video-sing' : 'is-audio-sing']">
         <image v-if="list.Type == 2 || list.Type == 3" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/video_icon.png"></image>
         <image v-else src="https://hzchart.oss-cn-shanghai.aliyuncs.com/new_cygx/audio_icon.png"></image>