mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-02-15 03:03:58 +00:00
1
This commit is contained in:
parent
f12299e8ba
commit
6d9f419d4d
@ -197,7 +197,7 @@ async function tasklist() {
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
data = JSON.parse(data)
|
||||
if (JSON.stringify(data) !='{}') {
|
||||
if (JSON.stringify(data.data) !='{}') {
|
||||
$.tasklist = data.data
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user