Commit f892c87f by huaying

fix: 抖音未激活

parent df74924d
......@@ -59,7 +59,7 @@
<div class="channel-box" v-for="channel in member.memberSources" :key="channel.parentSourceCode">
<el-popover popper-class="channel-info-popover" v-if="channel.highlight == 1" trigger="hover" placement="top">
<div class="channel-info">
<div class="channel-title">{{ channel.sourceName }}<span v-if="channel.activeFlag != 1" class="channel-title-tip"> (未激活)</span></div>
<div class="channel-title">{{ channel.sourceName }}<span v-if="channel.parentSourceCode == 1304 && channel.activeFlag != 1" class="channel-title-tip"> (未激活)</span></div>
<div class="channel-info-item" v-if="!channel.event || channel.event != '-'">
<span class="channel-info-label">来 源:</span>
<span class="channel-info-value">{{ channel.event || '--' }}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment