This commit is contained in:
zhuzichu
2023-12-20 17:17:41 +08:00
parent 70e525f51e
commit f6cc83123b
6 changed files with 34 additions and 96 deletions

View File

@ -160,7 +160,7 @@ FluScrollablePage{
Component{
id:com_item
Item{
property string desc: modelData.desc
property string desc: modelData.extra.desc
width: 320
height: 120
FluArea{
@ -182,7 +182,7 @@ FluScrollablePage{
id:item_icon
height: 40
width: 40
source: modelData.image
source: modelData.extra.image
anchors{
left: parent.left
leftMargin: 20