Commit fee9fc0c authored by anxixi's avatar anxixi

话题问题修改

parent 549a7737
......@@ -303,6 +303,8 @@
let params = [{classifyId:this.$route.query.classifyId,classifyName:this.$route.query.classifyName}];
this.classifyclk(params);
}
globalMsg.$emit('topisInit', false);
globalMsg.$emit('sendIndex', $i18n.locale=='zh-CN'?6:4);
if(this.$i18n.locale=='zh-CN'){
//右侧热门
let params = {};
......
......@@ -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.companyIndustryList.length>=1||addData.cooperationWay&&addData.cooperationWay.length>=1||addData.customerLabelList&&addData.customerLabelList.length>=1||addData.customerCase&&addData.customerCase.length>=1)||state" class="contentsy" >
<div>
<p>{{$t("listproject.market")}}</p>
</div>
......
......@@ -80,7 +80,7 @@
<div style="position: relative;margin-right: 15px;">
<img v-if="empuser.empLogo" :src="empuser.empLogo" style="border-radius: 50%; border:1px solid #DCDFF1; width: 36px;height: 36px;">
<img v-else src="../../assets/img/defaultlogo.png" style="border-radius: 50%; border:1px solid #DCDFF1; width: 36px;height: 36px;">
<img v-if="empuser.isProfessor==1" src="../../assets/img/proFeedBack/vip.png" alt="" style="position: absolute;right: 0px;bottom: 0px;width: 10px;">
<img v-if="empuser.isProfessor==1" src="../../assets/img/proFeedBack/vip.png" alt="" style="position: absolute;right: 0px;bottom: 57px;width: 10px;">
</div>
<div style="width: 100%;">
<el-input
......@@ -609,6 +609,8 @@
},
},
mounted(){
globalMsg.$emit('topisInit', false);
globalMsg.$emit('sendIndex', 5);
if(this.empId){
this.getselectByEmpId();
}
......
......@@ -124,6 +124,8 @@
},
},
mounted(){
globalMsg.$emit('topisInit', false);
globalMsg.$emit('sendIndex', 5);
this.getselectTopicList();
api.selectHotTopicList().then(response => {
if(response.code == 0) {
......
......@@ -1136,9 +1136,8 @@
this.getMyproject();
this.getselectByEmpId();
}
if(this.$route.query.newnpen){
globalMsg.$emit('sendIndex',5);
}
globalMsg.$emit('topisInit', false);
globalMsg.$emit('sendIndex', 5);
this.getselectHotAndTopList();
api.selectTopicById(this.$route.query.id).then((res) => {
if (res.code == 0) {
......
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