Commit c24741d0 authored by anxixi's avatar anxixi

人脉圈

parent 3233bae6
......@@ -16,8 +16,8 @@
</div>
<div class="gendisplay" style="text-align: left;margin-top: 20px;font-size: 12px;">
<div style="width: 230px;margin-right: 50px;">
<p style="height: 20px;line-height: 20px;"><span class="iconfont icon-envelope"></span><span style="margin-left: 15px;">service@techbook.com.cn</span></p>
<p style="height: 20px;line-height: 20px;"><span class="iconfont icon-phone" style="color: #69697A;"></span><span style="margin:10px 0 0 15px;word-break: break-all;display: inline-block;">0316-6175185</span></p>
<p style="height: 20px;line-height: 20px;width: 230px;"><span class="iconfont icon-envelope"></span><span style="margin-left: 15px;">service@techbook.com.cn</span></p>
<p style="height: 20px;line-height: 20px;width: 230px;"><span class="iconfont icon-phone" style="color: #69697A;"></span><span style="margin:10px 0 0 15px;word-break: break-all;display: inline-block;">0316-6175185</span></p>
</div>
<div>
<div class="gendisplay">
......
......@@ -97,7 +97,7 @@
},
getuserSearch(){
// let empInfo = this.publicFun.getUserInfoCookieType()?JSON.parse(this.Base64.decode(this.publicFun.getUserInfoCookieType())):undefined;
let keyword = this.searchkey?'&keyword='+this.searchkey:'';
let keyword = this.linsearchkey?'&keyword='+this.linsearchkey:'';
let params = 'pageIndex='+this.cur_page+'&pageSize='+this.numberData;
api.userSearch(params+keyword).then((response)=>{
if(response.code==0){
......@@ -126,8 +126,9 @@
searchDetail(){
if(this.searchkey.length>=1){
this.$router.push({path:"/networkSearch",query:{key:this.Base64.encode(this.searchkey)}});
this.publicFun.setUserInfoCookie("searchkey",this.Base64.encode(this.searchkey));
this.cur_page = 1;
this.linsearchkey = this.searchkey;
this.linsearchkey = this.Base64.decode(this.publicFun.getCookie("searchkey"));
this.getuserSearch();
}
},
......
......@@ -133,6 +133,7 @@
},
searchDetail(){
if(this.searchkey.length>=1){
this.publicFun.setUserInfoCookie("searchkey",this.Base64.encode(this.searchkey));
this.$router.push({path:"/networkSearch",query:{key:this.Base64.encode(this.searchkey)}});
}
},
......
......@@ -22,7 +22,7 @@
<span class="ellipsisFont1" style="max-width: calc(100% - 50px);margin-right: 15px;font-weight: bold;">#{{item.topicTitle}}# </span>
<i v-if="item.isOpenReward == 1" class="iconfont icon-hongbao-" style="color: #FF5D5D;font-size: 20px;"></i>
</p>
<p class="ellipsisFont2" style="color:#69697A;margin: 10px 0 10px;font-size: 14px;line-height: 22px;height: 44px;">{{item.topicDescription}}</p>
<p class="ellipsisFont2" style="color:#69697A;margin: 10px 0 10px;font-size: 14px;line-height: 22px;height: 44px;width: 100%;overflow: hidden;">{{item.topicDescription}}</p>
<div class="gendisplay" style="color: #AAAAAA;font-size: 12px;line-height: 28px;">
<span v-if="item.isOpenReward!=1&&item.professorCount!=0" class="ellipsisFont1" style="margin-right: 20px;max-width: 200px;height: 28px;color:#5D78FF;">专家入驻{{item.professorCount}}</span>
<span v-if="item.isOpenReward==1||item.professorCount==0" class="ellipsisFont1" style="margin-right: 20px;max-width: 200px;height: 28px;">发起方: <i style="color:#5D78FF;">{{item.topicInitiator}}</i></span>
......
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