Commit 5f7a53a5 authored by anxixi's avatar anxixi

话题问题修改

parent 778a3dc9
......@@ -8,7 +8,7 @@
<div class="content_list">
<div v-for="(item,index) in contentList" :key="index">
<p class="content_img" @click="$router.push({path:'/eventdetail',query:{id:item.channelId,ismyevent:0}})">
<span class="indeximgInfo" style="border-radius: 0;" :style="{backgroundImage:'url('+(item.channelPic?item.channelPic:'')+')'}"></span>
<span class="indeximgInfo" style="border-radius: 0;background-size: cover;" :style="{backgroundImage:'url('+(item.channelPic?item.channelPic:'')+')'}"></span>
</p>
<p class="ellipsisFont2" style="height: 40px;" @click="$router.push({path:'/eventdetail',query:{id:item.channelId,ismyevent:0}})">{{item.channelTitle}}</p>
<p class="ellipsisFont1" @click="$router.push({path:'/eventdetail',query:{id:item.channelId,ismyevent:0}})">{{$t('activityInfo.timeZone')}}{{item.versionType==0?$t('pubactivities.beijingtime'):item.timeZoneName}}</p>
......
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