no message
This commit is contained in:
parent
8d50295086
commit
7bc8ca5776
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ async function fetchNotifications(index: number, type: string) {
|
||||||
const list: notiType[] = []
|
const list: notiType[] = []
|
||||||
if (type === 'DEL') {
|
if (type === 'DEL') {
|
||||||
totalNotiList.value = res.data.result.total
|
totalNotiList.value = res.data.result.total
|
||||||
console.log(notiList.value.length)
|
|
||||||
if (notiList.value.length === 14) {
|
if (notiList.value.length === 14) {
|
||||||
notiList.value = []
|
notiList.value = []
|
||||||
response.map((e: any) => {
|
response.map((e: any) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue