This commit is contained in:
zhuzichu
2023-09-04 11:29:15 +08:00
parent 08c4f78454
commit ba32c92133
3 changed files with 108 additions and 11 deletions

View File

@ -47,6 +47,10 @@ FluContentPage{
text_info.text = result
console.debug(result)
}
callable.onCache = function(result){
text_info.text = result
console.debug(result)
}
callable.onError = function(status,errorString){
console.debug(status+";"+errorString)
}
@ -69,6 +73,10 @@ FluContentPage{
text_info.text = result
console.debug(result)
}
callable.onCache = function(result){
text_info.text = result
console.debug(result)
}
callable.onError = function(status,errorString){
console.debug(status+";"+errorString)
}
@ -95,6 +103,10 @@ FluContentPage{
text_info.text = result
console.debug(result)
}
callable.onCache = function(result){
text_info.text = result
console.debug(result)
}
callable.onError = function(status,errorString){
console.debug(status+";"+errorString)
}
@ -121,6 +133,10 @@ FluContentPage{
text_info.text = result
console.debug(result)
}
callable.onCache = function(result){
text_info.text = result
console.debug(result)
}
callable.onError = function(status,errorString){
console.debug(status+";"+errorString)
}