Commit 0b8cea22 authored by anxixi's avatar anxixi

首页活动状态

parent bacfd89c
......@@ -139,7 +139,7 @@
<span v-if="item.activityState == 2&&item.isJoin==2"><el-button type="primary" @click="handleApply(item)" round plain size="mini" style="padding:0 15px;font-size: 14px;line-height: 28px;"><i style="font-weight: bold">{{item.viewDesc?item.viewDesc:$t('activityInfo.freeApply')}}</i></el-button></span>
<span v-if="item.activityState == 3">{{$t('activityInfo.applyEnd')}}</span>
<span style="color: #FF5D5D" v-if="item.activityState == 4&&item.isJoin==2">{{$t('activityInfo.hasFilled')}}</span>
<span style="color: #9197B4" v-if="item.activityState == 5&&item.isJoin==2">{{$t('activityInfo.activityEnd')}}</span>
<!-- <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="item.baseLive.liveState == 1?'warning':'primary'" round size="mini" style="width: 90px;font-size: 14px;">
......
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