Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
aff66904
authored
2020-12-21 15:25:33 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style: 样式
1 parent
d7cf2e3d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
16 deletions
staticJs/flfg.js
staticJs/gsgg.js
staticJs/xyzc.js
staticJs/flfg.js
View file @
aff6690
...
...
@@ -50,7 +50,6 @@ function getPolicyHotArticleList() {
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/portal/MhPolicy/getPolicyHotArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
&&
result
.
data
!=
null
)
{
...
...
@@ -75,7 +74,6 @@ function HotArticle() {
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/portal/MhNews/getNewsHotArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
&&
result
.
data
!=
null
)
{
...
...
@@ -106,8 +104,10 @@ layui.use('laypage', function () {
,
theme
:
'#0091FF'
,
jump
:
function
(
obj
,
first
)
{
data
.
currentPage
=
obj
.
curr
if
(
!
first
)
{
getLawsArticleList
();
}
}
});
});
var
data
=
{
//数据
...
...
staticJs/gsgg.js
View file @
aff6690
$
(
function
()
{
layui
.
use
(
'element'
,
function
()
{
layui
.
use
(
'element'
,
function
()
{
var
element
=
layui
.
element
;
//导航的hover效果、二级菜单等功能,需要依赖element模块
//监听导航点击
element
.
on
(
'nav(demo)'
,
function
(
elem
)
{
layer
.
msg
(
elem
.
text
());
});
});
});
$
(
function
()
{
layui
.
use
(
'laydate'
,
function
()
{
var
laydate
=
layui
.
laydate
;
//常规用法
...
...
@@ -31,9 +27,6 @@ layui.use('element', function(){
initData
()
});
});
//门户公示公告列表
function
initData
()
{
$
.
ajax
({
...
...
@@ -73,7 +66,6 @@ function HotArticle() {
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/portal/MhNews/getNewsHotArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
&&
result
.
data
!=
null
)
{
...
...
@@ -98,7 +90,6 @@ function PolicyHotArticle() {
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/portal/MhPolicy/getPolicyHotArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
&&
result
.
data
!=
null
)
{
...
...
@@ -127,8 +118,10 @@ layui.use('laypage', function () {
,
theme
:
'#0091FF'
,
jump
:
function
(
obj
,
first
)
{
data
.
currentPage
=
obj
.
curr
if
(
!
first
)
{
initData
();
}
}
});
});
...
...
staticJs/xyzc.js
View file @
aff6690
...
...
@@ -50,7 +50,6 @@ function getPolicyHotArticleList() {
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/portal/MhPolicy/getPolicyHotArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
&&
result
.
data
!=
null
)
{
...
...
@@ -75,7 +74,6 @@ function HotArticle() {
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/portal/MhNews/getNewsHotArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
&&
result
.
data
!=
null
)
{
...
...
@@ -106,8 +104,10 @@ layui.use('laypage', function () {
,
theme
:
'#0091FF'
,
jump
:
function
(
obj
,
first
)
{
data
.
currentPage
=
obj
.
curr
if
(
!
first
)
{
getLawsArticleList
();
}
}
});
});
var
data
=
{
//数据
...
...
Please
register
or
sign in
to post a comment