This commit is contained in:
zhuzichu
2023-07-21 11:19:30 +08:00
parent d014997d52
commit 59f9495f31
5 changed files with 18 additions and 2 deletions

View File

@ -19,7 +19,6 @@ Window {
}
request.headers["token"] ="yyds"
request.headers["os"] ="pc"
console.debug(JSON.stringify(request))
return request
}
}

View File

@ -43,6 +43,7 @@ FluScrollablePage{
}
onError:
(status,errorString)=>{
console.debug(status+"->"+errorString)
showError(errorString)
}
onSuccess: