wuyanan

fix |> 修复直播详情大家聊定制表情可以放大查看问题

@@ -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 }