Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
court-inner
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
莫晓莉
court-inner
Commits
809f641a
Commit
809f641a
authored
Oct 18, 2021
by
莫晓莉
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://139.159.239.83:9093/mxl/court-inner
parents
fa2c593d
d04f1327
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
38 deletions
+22
-38
src/views/homePage/index.vue
+22
-38
No files found.
src/views/homePage/index.vue
View file @
809f641a
...
...
@@ -511,7 +511,7 @@
<span>
MORE>
</span>
</div>
</div>
<!--
今日头条
开始-->
<!--
视频
开始-->
<div
class=
"mt-15"
v-if=
"activeItemPolice==0"
>
<!--
<div
class=
"mt-10 mb-5 k-flex k-align-center"
>
<img
class=
"mr-5 gong-icon"
style=
""
src=
"../../assets/home/gonggao.png"
></img>
...
...
@@ -520,51 +520,27 @@
<span>
鹿心社与自治区级政法机关领导班子成立交付给来访登记过了多久
</span>
</div>
</div>
-->
<div
v-for=
"(item,index) in
topList2"
:key=
"'info2-'+index"
class=
" k-flex k-space-between top-list
"
>
<div
v-for=
"(item,index) in
videoLiet"
:key=
"'info2-'+index"
class=
" k-flex k-space-between top-list"
@
click=
"setParams(item)
"
>
<div
class=
"article-name"
>
<!--
<span
class=
"right-line"
>
我为群众办实事
</span>
-->
<span
>
{{
item
.
name
}}
</span>
<span
>
{{
item
.
subject
}}
</span>
</div>
<div>
{{
item
.
date
}}
</div>
<div>
{{
item
.
newsTime
.
substring
(
5
,
10
)
}}
</div>
</div>
</div>
<!--今日头条结束-->
<!--工作信息开始-->
<!--
<div
v-if=
"activeItemPolice==1"
class=
"mt-15"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"8"
style=
""
>
<div
class=
"work-tab-list"
>
<div
class=
"tab-item"
>
全
    
部
</div>
<div
class=
"tab-item"
>
桂高法通报
</div>
<div
class=
"tab-item"
>
最高人民法院简报
</div>
<div
class=
"tab-item"
>
广西高院简报
<br/>
信息专报
</div>
<div
class=
"tab-item"
>
广西高院队伍
<br/>
教育整顿简报和动态
</div>
<div
class=
"tab-item"
>
最高人民法院队伍
<br/>
教育整顿工作简报
</div>
</div>
</el-col
>
<el-col
:span=
"16"
style=
""
>
<div
v-for=
"(item,index) in topList"
:key=
"index"
class=
"k-flex k-space-between work-top-list"
>
<!--全部-->
<div
v-if=
"activeItemPolice==1"
class=
"mt-15"
>
<div
v-for=
"(item,index) in whole"
:key=
"index"
class=
"k-flex k-space-between work-top-list"
@
click=
"setParams(item)"
>
<div
class=
"article-name"
style=
""
>
<span
>
{{
item
.
name
}}
</span>
<span
>
{{
item
.
subject
}}
</span>
</div>
<div>
{{
item
.
date
}}
</div>
<div>
{{
item
.
newsTime
.
substring
(
5
,
10
)
}}
</div>
</div>
</el-col
>
</el-row>
</div>
-->
<!--工作信息结束-->
</div>
</div>
</el-col>
</el-row
>
...
...
@@ -1155,6 +1131,8 @@ export default {
boardName
:
'全部'
,
boardId
:
''
,
}],
videoLiet
:[],
whole
:[],
}
...
...
@@ -1182,6 +1160,12 @@ export default {
newsFromBoard
({
boardId
:
'135'
,
page
:
1
,
size
:
5
}).
then
(
res
=>
{
this
.
policeOfficer
=
res
.
data
.
newsList
.
records
})
newsFromBoard
({
boardId
:
'3826'
,
page
:
1
,
size
:
5
}).
then
(
res
=>
{
this
.
videoLiet
=
res
.
data
.
newsList
.
records
})
newsFromBoard
({
boardId
:
'130'
,
page
:
1
,
size
:
5
}).
then
(
res
=>
{
this
.
whole
=
res
.
data
.
newsList
.
records
})
},
newsFromBoard
(
val
){
newsFromBoard
({
boardId
:
val
.
boardId
,
page
:
1
,
size
:
5
}).
then
(
res
=>
{
...
...
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