Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -34,6 +34,7 @@ export struct TabChatItemComponent { | @@ -34,6 +34,7 @@ export struct TabChatItemComponent { | ||
| 34 | top: 10, bottom: 4 | 34 | top: 10, bottom: 4 |
| 35 | }) | 35 | }) |
| 36 | .onClick(() => { | 36 | .onClick(() => { |
| 37 | + if (this.item.customizeExpression == 1) {return} | ||
| 37 | this.gotoMultipleListImagePage(this.item.pictureUrls[0]) | 38 | this.gotoMultipleListImagePage(this.item.pictureUrls[0]) |
| 38 | }) | 39 | }) |
| 39 | } | 40 | } |
-
Please register or login to post a comment