fix
This commit is contained in:
@ -396,7 +396,7 @@ function draw() {
|
||||
if (err) {
|
||||
console.log(`${$.name} API请求失败,请检查网路重试`)
|
||||
} else {
|
||||
if (safeGet(data)) {
|
||||
if (data && safeGet(data)) {
|
||||
data = JSON.parse(data);
|
||||
if (data.result && data.data) {
|
||||
if (data.data.name) {
|
||||
|
Reference in New Issue
Block a user