xugenyuan

ref |> 互动消息跳转时,带上relId relType

否则会导致内容访问错误

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -82,6 +82,8 @@ export struct InteractMComponent {
let contentDTO :ContentDTO = new ContentDTO();
contentDTO.objectType = this.messageModel.InteractMsubM.contentType
contentDTO.objectId = this.messageModel.InteractMsubM.contentId
contentDTO.relId = this.messageModel.InteractMsubM.contentRelId
contentDTO.relType = this.messageModel.InteractMsubM.contentRelType
ProcessUtils.processPage(contentDTO)
})
}
... ...