Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
1f5d9dab
Commit
1f5d9dab
authored
Jul 15, 2020
by
李宏达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lhd
parent
b7351251
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
23 additions
and
3 deletions
+23
-3
ipop-web/app/front/entry/public/css/pagecom.css
+0
-0
ipop-web/app/front/entry/public/imgs/zip.png
+0
-0
ipop-web/app/front/entry/public/js/index.js
+6
-0
ipop-web/app/front/vues/pages/patentanalysis/patentanalysis.css
+13
-0
ipop-web/app/front/vues/pages/patentanalysis/patentanalysis.html
+0
-0
ipop-web/app/front/vues/pages/patentanalysis/patentanalysis.js
+3
-2
ipop-web/app/front/vues/pages/patentsimplesearch/patentsimplesearch.html
+1
-1
No files found.
ipop-web/app/front/entry/public/css/pagecom.css
View file @
1f5d9dab
This diff is collapsed.
Click to expand it.
ipop-web/app/front/entry/public/imgs/zip.png
0 → 100755
View file @
1f5d9dab
21 KB
ipop-web/app/front/entry/public/js/index.js
View file @
1f5d9dab
...
...
@@ -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
;
...
...
ipop-web/app/front/vues/pages/patentanalysis/patentanalysis.css
View file @
1f5d9dab
...
...
@@ -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
ipop-web/app/front/vues/pages/patentanalysis/patentanalysis.html
View file @
1f5d9dab
This diff is collapsed.
Click to expand it.
ipop-web/app/front/vues/pages/patentanalysis/patentanalysis.js
View file @
1f5d9dab
...
...
@@ -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
);
...
...
ipop-web/app/front/vues/pages/patentsimplesearch/patentsimplesearch.html
View file @
1f5d9dab
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment