Commit 5afdea7a authored by anxixi's avatar anxixi Committed by zhangyanni

直播

parent cbacb2e4
......@@ -186,7 +186,7 @@
<span style="color: #9197B4" v-if="item.activityState == 5&&item.isJoin==2">{{$t('activityInfo.activityEnd')}}</span>
</span>
<span style="margin-left: 15px;" v-if="item.hasLive == 1" @click="openeventlive(item)">
<el-button type="primary" round size="mini" style="width: 110px;font-size: 14px;">
<el-button :type="item.baseLive.liveState == 1?'warning':'primary'" round size="mini" style="width: 110px;font-size: 14px;">
<i class="iconfont icon-zhibo" style="font-size: 14px;"></i>
{{item.baseLive.liveState == 0?$t('activityInfo.liveTitle'):item.baseLive.liveState == 1?$t('activityInfo.living'):$t('activityInfo.liveTitle')}}
</el-button>
......
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