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
b3de168f
authored
2021-01-19 14:20:55 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页
1 parent
da6d3fdf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
index.html
staticJs/pageHome.js
index.html
View file @
b3de168
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
网上“一窗办事”登记系统
</title>
...
...
staticJs/pageHome.js
View file @
b3de168
...
...
@@ -12,7 +12,6 @@ layui.use('carousel', function () {
//注意:导航 依赖 element 模块,否则无法进行功能性操作
layui
.
use
(
'element'
,
function
()
{
var
element
=
layui
.
element
;
//…
});
layui
.
use
(
'util'
,
function
()
{
var
util
=
layui
.
util
;
...
...
@@ -56,10 +55,10 @@ $(function () {
addTabs
(
'#index'
);
initData
();
recentlyDay
=
getDate
();
NewsData
();
NoticeData
();
LawsData
();
policiesData
();
//
NewsData();
//
NoticeData();
//
LawsData();
//
policiesData();
});
function
initData
()
{
$
(
'#appointment_inquiry'
).
click
(
function
()
{
...
...
Please
register
or
sign in
to post a comment