Explorar el Código

显示招聘会图标

lifanagju_citu hace 1 mes
padre
commit
6c0a1f5141
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/PositionList/index.vue

+ 1 - 1
components/PositionList/index.vue

@@ -10,7 +10,7 @@
             <view class="titleBox ss-m-y-10">
               <view style="display: flex;align-items: center;">
                 <view v-if="item.job?.hire" class="iconfont icon-a-1_zhaopin ss-m-r-10" style="color: #e03506; font-size: 25px;"></view>
-                <image v-if="props.jobFairId" src="/static/svg/jobFair.svg" class=" ss-m-r-10" style="width: 20px; height: 20px;"></image>
+                <image v-if="props.jobFairId || item.job?.bizId" src="/static/svg/jobFair.svg" class=" ss-m-r-10" style="width: 20px; height: 20px;"></image>
                 <rich-text v-if="item.job?.name?.indexOf('style') !== -1" class="job-name MiSans-Semibold default-text-color" :nodes="item.job.name"></rich-text>
                 <view v-else class="job-name MiSans-Semibold default-text-color">{{ formatName(item.job?.name) }}</view>
               </view>