Browse Source

我的行程展示外部资源标签

hbchen 1 year ago
parent
commit
c3c9780b05
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pageMy/mySchedulepage/mySchedulepage.vue

+ 1 - 0
pageMy/mySchedulepage/mySchedulepage.vue

@@ -38,6 +38,7 @@
               <view class="activity-title text_twoLine">
 								<image v-if="item.IsResearchPoints" src="https://hzstatic.hzinsights.com/cygx/icon/Research_Points.png"></image>
 								<image v-else-if="item.IsResearch" src="https://hzstatic.hzinsights.com/cygx/icon/Research_normal.png"></image>
+								<image v-else-if="item.IsExternalLabel" src="https://hzstatic.hzinsights.com/cygx/icon/activity_external.png"></image>
 								{{ item.ActivityName }}
 							</view>
               <text class="text_twoLine" v-if="item.Expert && item.SourceType == 1">专家背景:{{ item.Expert }} </text>