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
007c4dd3
Commit
007c4dd3
authored
Dec 02, 2019
by
李宏达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lhd
parent
e56ff63c
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
104 additions
and
27 deletions
+104
-27
igirl-web/app/front/entry/main.ejs
+3
-3
igirl-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-web/app/front/entry/public/imgs/icon.png
+0
-0
igirl-web/app/front/entry/public/imgs/iconimg.png
+0
-0
igirl-web/app/front/entry/public/imgs/icons.png
+0
-0
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.html
+18
-3
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.js
+30
-0
igirl-web/app/front/vues/pages/moreservice/policy/policy.css
+20
-7
igirl-web/app/front/vues/pages/moreservice/policyShop/moreservice.html
+1
-1
igirl-web/app/front/vues/pages/moreservice/policyShop/policyShop.css
+4
-4
igirl-web/app/front/vues/pages/policyquery/policyquery.html
+1
-1
igirl-web/app/front/vues/pages/policyquery/policyquery.js
+7
-7
igirl-web/app/front/vues/pages/recommen/recommen.html
+1
-1
igirl-web/app/front/vues/pages/recommen/recommen.js
+19
-0
No files found.
igirl-web/app/front/entry/main.ejs
View file @
007c4dd3
...
...
@@ -542,17 +542,17 @@
<el-dropdown
style=
"float: left;"
@
command=
"handleCommand"
>
<div
class=
"header-main-tool"
@
click=
"onselect('policybigdata')"
><span>
政策大数据
</span></div>
</el-dropdown>
<el-dropdown
style=
"float: left;"
@
command=
"handleCommand"
>
<el-dropdown
style=
"float: left;
margin-left: 40px;
"
@
command=
"handleCommand"
>
<div
class=
"header-main-tool"
@
click=
"onselect('declare')"
><span>
政策资讯
</span><i
class=
"el-icon-caret-bottom"
></i></div>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
v-for=
"item in titles"
:command=
"item.title"
>
{{item.name}}
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<el-dropdown
style=
"float: left;"
@
command=
"handleCommand"
>
<el-dropdown
style=
"float: left;
margin-left: 40px;
"
@
command=
"handleCommand"
>
<div
class=
"header-main-tool"
@
click=
"onselect('subscription')"
><span>
政策订阅
</span></div>
</el-dropdown>
<el-dropdown
style=
"float: left;"
@
command=
"handleCommand"
>
<el-dropdown
style=
"float: left;
margin-left: 40px;
"
@
command=
"handleCommand"
>
<div
class=
"header-main-tool"
@
click=
"goShop"
><span>
政策商城
</span></div>
</el-dropdown>
</div>
...
...
igirl-web/app/front/entry/public/css/pagecom.css
View file @
007c4dd3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-web/app/front/entry/public/imgs/icon.png
0 → 100755
View file @
007c4dd3
10.5 KB
igirl-web/app/front/entry/public/imgs/iconimg.png
0 → 100755
View file @
007c4dd3
4.47 KB
igirl-web/app/front/entry/public/imgs/icons.png
0 → 100755
View file @
007c4dd3
10.1 KB
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.html
View file @
007c4dd3
...
...
@@ -2,7 +2,7 @@
<div
style=
"
width:100%;
text-align: center;
font-size:
5
0px;
font-size:
4
0px;
font-family:PingFangSC;
font-weight:400;
color:#fff;"
>
科技产业政策早知道,就上政企通
</div>
...
...
@@ -27,7 +27,21 @@
</div>
</transition>
</div>
<div
class=
"policy-input-buttom"
slot=
"reference"
@
click
.
stop=
"searchResult"
><i
class=
"el-icon-search"
></i></div>
</div>
<div
class=
"policy-input-buttom"
slot=
"reference"
@
click
.
stop=
"searchResult"
><i
class=
"el-icon-search"
style=
"font-size: 25px;"
></i></div>
<br>
<div
class=
"policy-resoubang"
>
<div>
热搜榜:
</div>
<div
class=
"policy-baoguo"
@
click=
"resouItem(item)"
v-for=
"(item,index) in checkReArr"
:key=
"index"
>
{{item}}
</div>
</div>
</div>
</div>
\ No newline at end of file
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.js
View file @
007c4dd3
...
...
@@ -26,7 +26,16 @@
"政策推荐"
],
checkReArr
:[
"2019年"
,
"2020年"
,
"知识产权"
,
"技术改造"
,
"工业互联网"
,
"技术攻关"
],
activeClass
:
0
,
resouclass
:
0
,
type
:
"政策查询"
}
},
...
...
@@ -218,6 +227,27 @@
this
.
type
=
"政策推荐"
}
},
resouItem
(
item
)
{
console
.
log
(
item
);
if
(
this
.
type
==
"政策推荐"
){
this
.
$root
.
pushx
({
title
:
"政策推荐"
,
name
:
"/recommen"
,
params
:
{
tminput
:
item
}
});
}
else
if
(
this
.
type
==
"政策查询"
){
this
.
$root
.
pushx
({
title
:
"政策查询"
,
name
:
"/policyquery"
,
params
:
{
tminput
:
item
}
});
}
}
},
computed
:{
},
...
...
igirl-web/app/front/vues/pages/moreservice/policy/policy.css
View file @
007c4dd3
.policy-input-value
{
height
:
61
px
!important
;
height
:
50
px
!important
;
}
.policy-input-buttom
{
height
:
61px
!important
;
height
:
50px
!important
;
line-height
:
50px
!important
;
}
.actived
{
float
:
left
;
...
...
@@ -14,11 +15,23 @@
background
:
rgba
(
16
,
142
,
233
,
1
);
border-radius
:
2px
;
color
:
#fff
;
}
.meihua-inquire-input
{
height
:
230px
!important
;
}
.policy-resoubang
{
color
:
#fff
;
display
:
flex
;
width
:
60%
;
justify-content
:
space-between
;
line-height
:
50px
;
font-size
:
14px
;
}
.policy-baoguo
:hover
{
color
:
#128EE9
;
}
.acitves
{
width
:
77px
;
height
:
27px
;
...
...
@@ -29,7 +42,7 @@
color
:
#fff
;
cursor
:
pointer
;
}
.actived
:before
,
.actived
:after
{
...
...
igirl-web/app/front/vues/pages/moreservice/policyShop/moreservice.html
View file @
007c4dd3
<div
class=
"normal"
>
<div
class=
"normal-header"
>
<img
class=
"normal-header-logo"
src=
"/imgs/
gsbLogo
.png"
alt=
""
>
<img
class=
"normal-header-logo"
src=
"/imgs/
iconimg
.png"
alt=
""
>
<div
style=
"display: inline-block;"
>
<div
class=
"normal-input-tabs"
>
<div
:style=
"inputTabsKey == 1 ? \'background:rgba(81,163,245,1);color:#fff\' : \' \'"
...
...
igirl-web/app/front/vues/pages/moreservice/policyShop/policyShop.css
View file @
007c4dd3
...
...
@@ -35,11 +35,11 @@
position
:
relative
;
}
.normal-header-logo
{
width
:
1
86
px
;
height
:
76
px
;
width
:
1
50
px
;
height
:
54
px
;
position
:
absolute
;
top
:
19
px
;
left
:
0px
;
top
:
35
px
;
left
:
2
0px
;
}
.normal-input-tabs
{
width
:
100%
;
...
...
igirl-web/app/front/vues/pages/policyquery/policyquery.html
View file @
007c4dd3
...
...
@@ -16,7 +16,7 @@
<div
class=
"policylist-tile"
style=
"margin-top: 15px;"
>
<div
class=
"policyquery-items"
>
<div
class=
"items_item"
:style=
"headerHeight1 ? \'height:45px\' : \'height:auto\'"
>
<div
:class=
"quanbu ? \'\':\'pitch\'"
@
click=
"quanClick1()"
>
全部
({{total}})
</div>
<div
:class=
"quanbu ? \'\':\'pitch\'"
@
click=
"quanClick1()"
>
全部
</div>
<div
:class=
"quanbu == item ? \'pitch\' : \'\'"
v-for=
"item in quanData1"
@
click=
"quanClick1(item)"
>
{{item}}
</div>
</div>
...
...
igirl-web/app/front/vues/pages/policyquery/policyquery.js
View file @
007c4dd3
...
...
@@ -46,12 +46,12 @@
input9
:
''
,
quanbu
:
''
,
quanData1
:[
'申报通知
(386)
'
,
'立项公示
(134)
'
,
'管理办法
(103)
'
,
'政策图解
(1)
'
,
'政务信息
(13)
'
,
'新闻资讯
(69)
'
,
'申报通知'
,
'立项公示'
,
'管理办法'
,
'政策图解'
,
'政务信息'
,
'新闻资讯'
,
],
tableData1
:
[
'北京'
,
...
...
@@ -340,7 +340,7 @@
this
.
recommendationsObj
=
obj
;
this
.
portrayalArr
=
obj
.
hx_list
;
console
.
log
(
this
.
portrayalArr
,
'11111111111111'
);
axios
.
post
(
'http://43.247.184.92:801
8
/gsb/api/zcdetailcount'
,{
axios
.
post
(
'http://43.247.184.92:801
9
/gsb/api/zcdetailcount'
,{
"ID"
:
obj
.
ID
,
"count"
:
0
}).
then
(
d
=>
{
...
...
igirl-web/app/front/vues/pages/recommen/recommen.html
View file @
007c4dd3
...
...
@@ -9,7 +9,7 @@
<div
class=
"recommend-input"
>
<el-input
placeholder=
"请输入查询的标题/内容"
v-model=
"zctext"
change=
"()=>{console.log(123)}"
>
<el-button
slot=
"append"
icon=
"el-icon-search"
@
click=
"zcPost()"
>
检索
</el-button>
<el-button
slot=
"append"
>
生成报告
</el-button>
<el-button
slot=
"append"
@
click=
"open3"
>
生成报告
</el-button>
</el-input>
</div>
...
...
igirl-web/app/front/vues/pages/recommen/recommen.js
View file @
007c4dd3
...
...
@@ -464,6 +464,25 @@
}).
catch
(
function
(
e
)
{
console
.
log
(
`操作失败,请刷新页面后重新操作`
);
});
},
open3
()
{
console
.
log
(
111
);
this
.
$prompt
(
'邮箱地址:'
,
'接收报告邮箱'
,
{
confirmButtonText
:
'确认'
,
cancelButtonText
:
'取消'
,
inputPattern
:
/
[\w
!#$%&'*+
/
=?^_`{|}~-
]
+
(?:\.[\w
!#$%&'*+
/
=?^_`{|}~-
]
+
)
*@
(?:[\w](?:[\w
-
]
*
[\w])?\.)
+
[\w](?:[\w
-
]
*
[\w])?
/
,
inputErrorMessage
:
'邮箱格式不正确'
}).
then
(({
value
})
=>
{
this
.
$message
({
type
:
'success'
,
message
:
'你的邮箱是: '
+
value
});
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'取消输入'
});
});
}
},
mounted
:
function
()
{
...
...
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