Commit 1f5d9dab by 李宏达

lhd

parent b7351251
......@@ -313,9 +313,15 @@ axios.get("/vue/comp/base").then(function(res){
}else if(v== "高级检索"){
this.typeHome = false;
this.pushx({name:"/patentadvancedsearch",title:"高级检索"})
}else if(v== "专利检索"){
this.typeHome = false;
this.pushx({name:"/patentsimplesearch",title:"专利检索"})
}else if(v== "智能检索"){
this.typeHome = false;
this.pushx({name:"/patentsimplesearch",title:"智能检索"})
}else if(v== "智能分析"){
this.typeHome = false;
this.pushx({name:"/patentanalysis",title:"智能分析"})
}else if(v== "智能估价"){
this.typeHome = false;
this.loadingHome = true;
......
......@@ -120,4 +120,16 @@
}
.returnsPage > span {
cursor: pointer;
}
.zipImg {
position: relative;
}
.zipImg::before {
content: ' ';
width: 77px;
height: 26px;
position: absolute;
bottom: 0px;
right: 0px;
cursor: pointer;
}
\ No newline at end of file
......@@ -2094,10 +2094,11 @@
},
created: function() {
console.log('wslhd');
this.echartsArr = [];
console.log(localStorage.getItem("patentyc_patentanalysis"));
var object=JSON.parse(localStorage.getItem("patentyc_patentanalysis"));
this.search = this.$router.history.current.query.search;
var object=JSON.parse(localStorage.getItem("patentyc_patentanalysis")) || '';
this.search = this.$router.history.current.query.search || '';
this.obj=object;
console.log(this.search);
console.log(this.obj);
......
......@@ -274,7 +274,7 @@
</div>
<div v-if="!a">
<div v-if="datalist2.length==0" class="no-result" style="text-align: center;">
<img src="imgs/patentlogo.png" style="width:300px"/>
<img src="/imgs/home/logos.png" style="width:300px"/>
<div class="no-result-row1">暂无查出您想要的信息~</div>
<div class="no-result-row1">请输入关键词或选择检索数据范围进行检索!</div>
</div>
......
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