Commit 2899052a authored by 杨梦雪's avatar 杨梦雪

bug

parent 77db384c
......@@ -37,7 +37,6 @@
<div class="label" v-if="item.activityLabel">
<span :key="index2"
v-for="(item2, index2) in item.activityLabel.split(',')">{{item2}}</span>
</div>
<div class="title">{{item.name}}</div>
</div>
......@@ -60,7 +59,8 @@
</div>
<div class="active-list-item-cont-txt3">报名截止时间:{{formatYMDChina(item.bmEndTime)}}</div>
</div>
<div @click="$router.push('/active/'+item.id)" class="active-list-item-bottom">
<!-- $router.push('/active/'+item.id)-->
<div @click="toActive(item.id)" class="active-list-item-bottom">
<div>查看详情</div>
<i class="el-icon-right"></i>
</div>
......@@ -100,7 +100,6 @@
{{item2}}
</div>
</div>
<div class="item_text">
{{item.think}}
</div>
......@@ -179,6 +178,11 @@
viewMore() {
this.$router.push('/active');
},
//查看详情
toActive(id){
this.commonApi(29)
this.$router.push('/active'+id);
},
getHot() {
hot().then((res) => {
if (res.data.code != 200) {
......
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