Commit 12f49ba5 authored by anxixi's avatar anxixi

话题问题修改

parent 7f68c402
......@@ -237,7 +237,8 @@
window.removeEventListener('scroll', this.menu);
},
mounted() {
globalMsg.$emit('topisInit', false);
globalMsg.$emit('sendIndex', 3);
this.getActivityDetails();
document.getElementsByTagName("body")[0].style.overflow = "auto";
}
......@@ -339,4 +340,11 @@
}
}
}
#htmldetail /deep/ p{
margin: 15px 0;
color: #1A1A1E;
}
#htmldetail /deep/ img {
max-width: 600px !important;
}
</style>
\ No newline at end of file
<template>
<div :style="ismyevent==1?'':'max-width: 1440px;margin: 0 auto;'">
<div v-if="ismyevent!=0" style="width: 100%;height: 100%;min-height: 700px;padding-top: 100px; background: #ffffff;">
<div style="margin: 0 80px;">
<div class="breadcrumb">
<el-breadcrumb separator=">">
<el-breadcrumb-item :to="{ path: '/' }">{{$t("topNav.index")}}</el-breadcrumb-item>
<el-breadcrumb-item :to="{ path: '/eventpage' }">{{$t("topNav.Findevent")}}</el-breadcrumb-item>
<el-breadcrumb-item>{{$t("activityInfo.applySuccess")}}</el-breadcrumb-item>
</el-breadcrumb>
</div>
<p style="border-bottom: 1px solid #E8EAF3;width: 100%;margin: 15px 0 50px 0;height: 2px;">&nbsp;</p>
<el-row>
<el-col :span="14" :offset="5" style="text-align: center;color:#3F3F53;">
<div v-if="ismyevent==1" class="soutform loginedWrapper">
<div class="breadcrumb">
<el-breadcrumb separator="/">
<el-breadcrumb-item :to="{ path: '/litemlist' }">{{$t("litemlistjson.wrkbench")}}</el-breadcrumb-item>
<el-breadcrumb-item :to="{ path: '/myevent' }">{{$t("activityInfo.myJoin")}}</el-breadcrumb-item>
<el-breadcrumb-item :to="{ path: pathfrom }">{{$t("Otherjson.activityview")}}</el-breadcrumb-item>
<el-breadcrumb-item>{{$t("activityInfo.applySuccess")}}</el-breadcrumb-item>
</el-breadcrumb>
<el-row class="projectTabadd" style="margin-top: 10px;padding-bottom: 50px;">
<el-col :span="14" :offset="5" style="text-align: center;color:#3F3F53;min-height: 400px;padding-top: 50px;">
<i style="font-size: 94px;color: #0ABB87;" class="iconfont icon-success"></i>
<p style="font-weight:400;font-size: 22px;margin-top: 30px">{{$t("activityInfo.applySuccess")}}</p>
<div v-if="$route.query.type!=4">
......@@ -19,7 +17,7 @@
<p style="font-weight:400;line-height: 28px;">{{$t("activityInfo.applySuccessTitleTwo")}}</p>
</div>
<div v-if="$route.query.type==4">
<p style="color: #565B79;margin: 20px 0;" v-if="detailInfo&&detailInfo.signSuccessContent">{{detailInfo&&detailInfo.signSuccessContent?detailInfo.signSuccessContent:""}}</p>
<p style="color: #565B79;" v-if="detailInfo&&detailInfo.signSuccessContent">{{detailInfo&&detailInfo.signSuccessContent?detailInfo.signSuccessContent:""}}</p>
<div v-if="detailInfo&&detailInfo.signSuccessPic">
<el-image
style="width: 300px;height: 180px;"
......@@ -35,16 +33,18 @@
</el-row>
</div>
</div>
<div v-else class="soutform loginedWrapper">
<div class="breadcrumb">
<el-breadcrumb separator="/">
<el-breadcrumb-item :to="{ path: '/litemlist' }">{{$t("litemlistjson.wrkbench")}}</el-breadcrumb-item>
<el-breadcrumb-item :to="{ path: '/myevent' }">{{$t("activityInfo.myJoin")}}</el-breadcrumb-item>
<el-breadcrumb-item :to="{ path: pathfrom }">{{$t("Otherjson.activityview")}}</el-breadcrumb-item>
<el-breadcrumb-item>{{$t("activityInfo.applySuccess")}}</el-breadcrumb-item>
</el-breadcrumb>
<el-row class="projectTabadd" style="margin-top: 10px;padding-bottom: 50px;">
<el-col :span="14" :offset="5" style="text-align: center;color:#3F3F53;min-height: 400px;padding-top: 50px;">
<div v-else style="width: 100%;height: 100%;min-height: 700px;padding-top: 100px; background: #ffffff;">
<div style="margin: 0 80px;">
<div class="breadcrumb">
<el-breadcrumb separator=">">
<el-breadcrumb-item :to="{ path: '/' }">{{$t("topNav.index")}}</el-breadcrumb-item>
<el-breadcrumb-item :to="{ path: '/eventpage' }">{{$t("topNav.Findevent")}}</el-breadcrumb-item>
<el-breadcrumb-item>{{$t("activityInfo.applySuccess")}}</el-breadcrumb-item>
</el-breadcrumb>
</div>
<p style="border-bottom: 1px solid #E8EAF3;width: 100%;margin: 15px 0 50px 0;height: 2px;">&nbsp;</p>
<el-row>
<el-col :span="14" :offset="5" style="text-align: center;color:#3F3F53;">
<i style="font-size: 94px;color: #0ABB87;" class="iconfont icon-success"></i>
<p style="font-weight:400;font-size: 22px;margin-top: 30px">{{$t("activityInfo.applySuccess")}}</p>
<div v-if="$route.query.type!=4">
......@@ -52,7 +52,7 @@
<p style="font-weight:400;line-height: 28px;">{{$t("activityInfo.applySuccessTitleTwo")}}</p>
</div>
<div v-if="$route.query.type==4">
<p style="color: #565B79;" v-if="detailInfo&&detailInfo.signSuccessContent">{{detailInfo&&detailInfo.signSuccessContent?detailInfo.signSuccessContent:""}}</p>
<p style="color: #565B79;margin: 20px 0;" v-if="detailInfo&&detailInfo.signSuccessContent">{{detailInfo&&detailInfo.signSuccessContent?detailInfo.signSuccessContent:""}}</p>
<div v-if="detailInfo&&detailInfo.signSuccessPic">
<el-image
style="width: 300px;height: 180px;"
......
......@@ -213,7 +213,7 @@
<!--<img style="width:100%;height: 100%; border-radius: 3px;opacity: 0.5" src="../../../assets/img/index/demand.jpg" alt="图片">-->
<!--</div>-->
<!--</div>-->
<div v-if="addData.showCompanyInfoAndCooperation&&addData.companyIndustryList&&addData.cooperationWay&&addData.customerLabelList&&addData.customerCase||state" class="contentsy" >
<div v-if="addData.showCompanyInfoAndCooperation&&(addData.companyIndustryList||addData.cooperationWay||addData.customerLabelList||addData.customerCase)||state" class="contentsy" >
<div>
<p>{{$t("listproject.market")}}</p>
</div>
......
......@@ -51,7 +51,7 @@
<div class="divclasschild gendisplay">
<div>
<div style="margin-bottom: 20px;" v-if="contentdata.advertisingUrl">
<img :src="contentdata.advertisingUrl" style="width: 100%;height: 85px;border-radius: 3px;cursor: pointer;" @click="$router.push({path:'/commentdetail',query:{state:1,id:$route.query.id}})">
<img :src="contentdata.advertisingUrl" style="width: 100%;height: 85px;border-radius: 3px;cursor: pointer;" @click="$router.push({path:'/discussdetail',query:{state:1,id:$route.query.id}})">
</div>
<div id="totaltop" style="background: #FFFFFF;padding: 15px 15px 0 15px;border-radius: 3px;border: 1px solid #E8EAF3;">
<div class="gendisplay" style="margin-bottom: 10px;line-height: 36px;">
......
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