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
e64efcc5
authored
2020-12-29 19:41:15 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:我的业务
1 parent
4274c196
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
staticCss/wdyw.css
staticJs/wdyw.js
staticViews/wdyw.html
staticCss/wdyw.css
View file @
e64efcc
...
...
@@ -200,3 +200,8 @@
.business_name
{
width
:
330px
;
}
.noData
{
text-align
:
center
;
padding-top
:
30px
;
display
:
none
;
}
\ No newline at end of file
...
...
staticJs/wdyw.js
View file @
e64efcc
...
...
@@ -209,8 +209,10 @@ function paged(pageCount, curr) {
})
if
(
pageCount
==
0
)
{
$
(
'#page'
).
hide
();
$
(
'.noData'
).
show
();
}
else
{
$
(
'#page'
).
show
();
$
(
'.noData'
).
hide
();
}
}
...
...
staticViews/wdyw.html
View file @
e64efcc
...
...
@@ -80,6 +80,9 @@
<!-- -------------预约列表--------------- -->
<div
class=
"contentBox"
>
<ul
class=
"appintmentList"
></ul>
<div
class=
"noData"
>
暂无数据
</div>
<div
id=
"page"
></div>
</div>
</div>
...
...
Please
register
or
sign in
to post a comment