Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
c1f7339a
authored
2023-11-09 16:49:13 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:通知公告
1 parent
fe069f9a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/components/NoticeBar/index.vue
src/components/NoticeBar/index.vue
View file @
c1f7339
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-09 16:
29:13
* @LastEditTime: 2023-11-09 16:
47:44
-->
<
template
>
<transition
name=
"fade"
>
...
...
@@ -42,7 +42,8 @@
};
},
mounted
()
{
this
.
getData
();
this
.
Listener
();
this
.
getData
()
},
watch
:
{
noticeList
:
{
...
...
@@ -51,7 +52,7 @@
this
.
Listener
();
setTimeout
(
res
=>
{
that
.
getData
();
},
1
00
);
},
3
00
);
},
deep
:
true
}
...
...
Please
register
or
sign in
to post a comment