mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-03 16:45:24 +08:00
update
This commit is contained in:
@ -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{
|
||||
|
@ -57,7 +57,7 @@ FluScrollablePage{
|
||||
FluSlider{
|
||||
id:slider_size
|
||||
from:60
|
||||
to:200
|
||||
to:260
|
||||
value: 120
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user