Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
李洋
/
消息系统
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d75c7e13
authored
Dec 23, 2025
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
not
parent
518558b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
public/js/Message/MessageList.js
public/js/Message/MessageList.js
View file @
d75c7e13
...
@@ -214,7 +214,7 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () {
...
@@ -214,7 +214,7 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () {
type
:
1
,
type
:
1
,
title
:
'查看日志'
,
title
:
'查看日志'
,
offset
:
'50px'
,
offset
:
'50px'
,
area
:
[
'900px'
,
'
auto
'
],
area
:
[
'900px'
,
'
450px
'
],
shadeClose
:
false
,
shadeClose
:
false
,
resize
:
false
,
resize
:
false
,
move
:
false
,
move
:
false
,
...
@@ -240,14 +240,14 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () {
...
@@ -240,14 +240,14 @@ layui.use(['form', 'table', 'laydate', 'layedit'], function () {
{
field
:
'content'
,
title
:
'内容'
}
{
field
:
'content'
,
title
:
'内容'
}
]],
]],
limit
:
1000000
,
limit
:
1000000
,
//
parseData: function (res) {
parseData
:
function
(
res
)
{
//
return {
return
{
//
code: res.code,
code
:
res
.
code
,
//
msg: res.msg,
msg
:
res
.
msg
,
// count: res.data ? res.data
.length : 0,
count
:
res
.
data
?
res
.
data
.
list
.
length
:
0
,
// data: res.data
data
:
res
.
data
.
list
//
}
}
//
},
},
done
:
function
(
res
,
curr
,
count
)
{
done
:
function
(
res
,
curr
,
count
)
{
}
}
...
...
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