Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
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
冷斌
eduline
Commits
03ab5f2d
Commit
03ab5f2d
authored
Jun 27, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
3fc77002
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
apps/basic/Lib/Action/MessageAction.class.php
+1
-1
apps/basic/Tpl/default/Message/mynotify_w3g.html
+6
-3
No files found.
apps/basic/Lib/Action/MessageAction.class.php
View file @
03ab5f2d
...
@@ -61,7 +61,7 @@ class MessageAction extends Action
...
@@ -61,7 +61,7 @@ class MessageAction extends Action
}
}
$this
->
setTitle
(
'系统消息'
);
$this
->
setTitle
(
'系统消息'
);
$this
->
setKeywords
(
'系统消息'
);
$this
->
setKeywords
(
'系统消息'
);
$this
->
display
();
$this
->
display
(
'mynotify'
);
}
}
/**
/**
...
...
apps/basic/Tpl/default/Message/mynotify_w3g.html
View file @
03ab5f2d
<include
file=
"__THEME__/public_header_w3g"
/>
<include
file=
"__THEME__/public_header_w3g"
/>
<script
src=
"__THEMEW3G__/js/flexible.js"
></script>
<script
src=
"__THEMEW3G__/js/flexible.js"
></script>
<link
rel=
"stylesheet"
href=
"__APP__/css/index_w3g.css"
>
<link
rel=
"stylesheet"
href=
"__APP__/css/index_w3g.css"
>
<style
type=
"text/css"
>
.navbar
.tab-item.is-selected
::after
{
background
:
none
;
}
.navbar
.tab-item.is-selected
{
color
:
#333
;
}
</style>
<div
class=
"bar-nav"
>
<div
class=
"bar-nav"
>
<a
href=
"{:U('home/User/index')}"
class=
"bar-btn eduline-v4 v4-iconfont-houtui"
></a>
<a
href=
"{:U('home/User/index')}"
class=
"bar-btn eduline-v4 v4-iconfont-houtui"
></a>
<div
class=
"bar-title"
>
我的消息
</div>
<div
class=
"bar-title"
>
我的消息
</div>
...
@@ -48,7 +52,7 @@ $(function(){
...
@@ -48,7 +52,7 @@ $(function(){
var
scrollTop
=
$
(
this
).
scrollTop
();
var
scrollTop
=
$
(
this
).
scrollTop
();
var
scrollHeight
=
$
(
document
).
height
();
var
scrollHeight
=
$
(
document
).
height
();
var
windowHeight
=
$
(
this
).
height
();
var
windowHeight
=
$
(
this
).
height
();
if
(
scrollHeight
-
(
scrollTop
+
windowHeight
)
<
60
){
if
(
scrollHeight
-
(
scrollTop
+
windowHeight
)
<
60
){
is_loading
=
true
;
is_loading
=
true
;
if
(
!
p
||
p
>=
parseInt
(
"{$list['totalPages']}"
)){
if
(
!
p
||
p
>=
parseInt
(
"{$list['totalPages']}"
)){
...
@@ -75,4 +79,4 @@ $(function(){
...
@@ -75,4 +79,4 @@ $(function(){
}
}
});
});
});
});
</script>
</script>
\ No newline at end of file
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