浏览代码

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

hbchen 1 年之前
父节点
当前提交
c3c9780b05
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pageMy/mySchedulepage/mySchedulepage.vue

+ 1 - 0
pageMy/mySchedulepage/mySchedulepage.vue

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