This commit is contained in:
朱子楚\zhuzi
2023-08-08 21:57:08 +08:00
parent 3fefb08140
commit dba7332d89
5 changed files with 21 additions and 20 deletions

View File

@ -102,7 +102,7 @@ FluContentPage{
param.custname = "朱子楚"
param.custtel = "1234567890"
param.custemail = "zhuzichu520@gmail.com"
http.postJson("https://httpbingo.org/post",callable,param)
// http.postJson("https://httpbingo.org/post",callable,param)
}
}
FluButton{
@ -125,7 +125,7 @@ FluContentPage{
console.debug(status+";"+errorString)
}
var param = "我命由我不由天"
http.postString("https://httpbingo.org/post",callable,param)
// http.postString("https://httpbingo.org/post",callable,param)
}
}
FluButton{

View File

@ -57,7 +57,7 @@ FluScrollablePage{
FluSlider{
id:slider_size
from:60
to:200
to:260
value: 120
}
}