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
aa8cc637
authored
Oct 16, 2025
by
gongyang
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
提交代码
parent
7d6aa592
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
app/Console/Commands/CreateNotice.php
public/js/Message/systemUpdate.js
app/Console/Commands/CreateNotice.php
View file @
aa8cc637
...
@@ -42,6 +42,7 @@ class CreateNotice extends Command
...
@@ -42,6 +42,7 @@ class CreateNotice extends Command
*/
*/
public
function
handle
()
public
function
handle
()
{
{
return
1
;
//查找出今日的所有更新
//查找出今日的所有更新
$date
=
date
(
'Y-m-d'
);
$date
=
date
(
'Y-m-d'
);
...
...
public/js/Message/systemUpdate.js
View file @
aa8cc637
...
@@ -90,13 +90,13 @@ layui.use(['jquery','element', 'layer', 'form','table','laypage','laydate','laye
...
@@ -90,13 +90,13 @@ layui.use(['jquery','element', 'layer', 'form','table','laypage','laydate','laye
data
:
{
'smue_id_str'
:
ids
.
join
(
','
)},
data
:
{
'smue_id_str'
:
ids
.
join
(
','
)},
dataType
:
'json'
,
dataType
:
'json'
,
success
:
function
(
resp
)
{
success
:
function
(
resp
)
{
if
(
resp
.
err
code
==
0
)
{
if
(
resp
.
code
==
0
)
{
layer
.
msg
(
resp
.
err
msg
);
layer
.
msg
(
resp
.
msg
);
window
.
location
.
reload
();
window
.
location
.
reload
();
return
false
;
return
false
;
}
}
layer
.
msg
(
resp
.
err
msg
);
layer
.
msg
(
resp
.
msg
);
},
},
error
:
function
(
err
)
{
error
:
function
(
err
)
{
console
.
log
(
err
)
console
.
log
(
err
)
...
...
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