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