Showing
1 changed file
with
9 additions
and
9 deletions
| @@ -108,15 +108,15 @@ export struct FeedBackActivity { | @@ -108,15 +108,15 @@ export struct FeedBackActivity { | ||
| 108 | GridCol({ | 108 | GridCol({ |
| 109 | }) { | 109 | }) { |
| 110 | if(1 == feedbackImageItem.itemType){ | 110 | if(1 == feedbackImageItem.itemType){ |
| 111 | - Image($r('app.media.feekback_add')) | ||
| 112 | - .width(60) | ||
| 113 | - .height(60) | ||
| 114 | - .onClick(async (event: ClickEvent) => { | ||
| 115 | - if(await FastClickUtil.isMinDelayTime()){ | ||
| 116 | - return | ||
| 117 | - } | ||
| 118 | - this.callFilePickerSelectImage(); | ||
| 119 | - }) | 111 | + // Image($r('app.media.feekback_add')) |
| 112 | + // .width(60) | ||
| 113 | + // .height(60) | ||
| 114 | + // .onClick(async (event: ClickEvent) => { | ||
| 115 | + // if(await FastClickUtil.isMinDelayTime()){ | ||
| 116 | + // return | ||
| 117 | + // } | ||
| 118 | + // this.callFilePickerSelectImage(); | ||
| 119 | + // }) | ||
| 120 | }else{ | 120 | }else{ |
| 121 | Stack({alignContent: Alignment.TopEnd}) { | 121 | Stack({alignContent: Alignment.TopEnd}) { |
| 122 | Image(feedbackImageItem.picPath) | 122 | Image(feedbackImageItem.picPath) |
-
Please register or login to post a comment