xugenyuan

fix |> 稿件详情页-GIF动图评论不展示

http://192.168.1.3:8080/zentao/bug-view-18035.html

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -494,7 +494,11 @@ struct ChildCommentItem {
.onClick(() => {
this.replyComment()
})
if (this.item.commentPics.length > 0) {
Image(this.item.commentPics)
.width(88).height(88)
.margin({top: 6 + (this.item.commentContent.length > 0 ? 0 : 15), left: 95})
}
commentFooterView({
item: this.item,
... ... @@ -713,6 +717,12 @@ struct commentHeaderView {
this.replyComment()
})
if (this.item.commentPics.length > 0) {
Image(this.item.commentPics)
.width(88).height(88)
.margin({top: 6 + (this.item.commentContent.length > 0 ? 0 : 15), left: 60})
}
commentFooterView({
item: this.item,
dialogController: this.dialogController,
... ...