Commit 412305d0 authored by anxixi's avatar anxixi

pc搜索等新功能及优化

parent 3a96b955
......@@ -953,6 +953,7 @@
<style scoped lang="scss">
.detailWrapper {
margin-top: 44px;
.navWrap {
color: #686C87;
background: #fff;
......
......@@ -301,7 +301,7 @@
else {
if(data.baseLive&&data.baseLive.liveState == 1){
var liveUrl = this.Base64.encode(data.baseLive.liveUrl);
window.open(this.publicFun.getCurrentHrefEnv()+"#/eventlive?url="+liveUrl+'&id='+row.channelId);
window.open(this.publicFun.getCurrentHrefEnv()+"#/eventlive?url="+liveUrl+'&id='+data.channelId);
this.getActivityDetails();
}else{
this.$router.replace({path:"/eventsuccess",query:{id:this.$route.query.id?this.$route.query.id:this.eventdata.channelId,type:this.eventdata.channelType,ismyevent:0}})
......
......@@ -14,7 +14,7 @@
<div>
<span @click="titleHover = 0" :class="titleHover == 0?'title_hover':''">交换名片</span>
</div>
<div style="position: relative;">
<div style="position: relative;" v-if="newstotalResult!=0">
<span @click="titleHover = 1" :class="titleHover == 1?'title_hover':''">消息</span>
<div class="alarm">
{{newstotalResult}}
......@@ -117,7 +117,7 @@
<style scoped lang="scss">
.event_iconchange{
position: fixed;
bottom: 65px;
bottom: 85px;
right: 10px;
.event_iconchange_img{
width: 70px;
......
......@@ -298,7 +298,7 @@
else {
if(data.baseLive&&data.baseLive.liveState == 1){
var liveUrl = this.Base64.encode(data.baseLive.liveUrl);
window.open(this.publicFun.getCurrentHrefEnv()+"#/eventlive?url="+liveUrl+'&id='+row.channelId);
window.open(this.publicFun.getCurrentHrefEnv()+"#/eventlive?url="+liveUrl+'&id='+data.channelId);
this.resourcesdata();
}else{
this.$router.replace({path:"/eventsuccess",query:{id:this.$route.query.id?this.$route.query.id:this.detailInfo.channelId,type:this.detailInfo.channelType,ismyevent:0}})
......
......@@ -1026,7 +1026,8 @@
globalMsg.$emit('sendIndex', 3);
globalMsg.$emit('topisInit', false);
if(data.baseLive&&(data.baseLive.liveState == 1||data.baseLive.liveBack == 0)){
window.open(this.publicFun.getCurrentHrefEnv()+"#/eventlive");
var liveUrl = this.Base64.encode(data.baseLive.liveUrl);
window.open(this.publicFun.getCurrentHrefEnv()+"#/eventlive?url="+liveUrl+'&id='+data.channelId);
}else{
this.$router.replace({path:"/eventsuccess",query:{id:this.$route.query.id?this.$route.query.id:this.detailInfo.channelId,type:this.detailInfo.channelType,ismyevent:0}})
}
......
<template>
<div style="text-align: left;margin-bottom: 50px">
<div style="text-align: left;margin:44px 0 50px">
<el-row style="min-height: 160px;background: rgba(93,120,255,1);padding: 35px 50px;color: #ffffff;">
<el-col :span="20">
<el-row>
......
......@@ -15,7 +15,7 @@
<div>
<p>{{item.companyName}}</p>
<p class="ellipsisFont1">
{{item.targetIndustryStr}}
{{item.companyIntroductionSimple}}
</p>
<p>
<span>
......
......@@ -115,7 +115,7 @@
<p>TechBook is a Techcode product. Techcode was founded in 2015. As a global innovation service operator, Techcode focuses on helping technology startups scale up, and integrating global innovation resources.</p>
</div>
</div>
<PageBottom></PageBottom>
<!-- <PageBottom></PageBottom>-->
</div>
</template>
......
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