Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -65,7 +65,7 @@ struct LaunchInterestsHobbiesPage { | @@ -65,7 +65,7 @@ struct LaunchInterestsHobbiesPage { | ||
| 65 | ForEach(this.interestsArray,(item:InterestsList,index:number)=>{ | 65 | ForEach(this.interestsArray,(item:InterestsList,index:number)=>{ |
| 66 | GridItem(){ | 66 | GridItem(){ |
| 67 | Stack({alignContent:Alignment.TopStart}){ | 67 | Stack({alignContent:Alignment.TopStart}){ |
| 68 | - ImageKnifeComponent({imageKnifeOption:{loadSrc:item.pic,mainScaleType:ScaleType.FIT_XY}}) | 68 | + ImageKnifeComponent({imageKnifeOption:{loadSrc:item.pic?item.pic:'',mainScaleType:ScaleType.FIT_XY}}) |
| 69 | .width('100%') | 69 | .width('100%') |
| 70 | .height('100%') | 70 | .height('100%') |
| 71 | .backgroundColor(Color.White) | 71 | .backgroundColor(Color.White) |
-
Please register or login to post a comment