ref |> 互动消息跳转时,带上relId relType
否则会导致内容访问错误 Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -82,6 +82,8 @@ export struct InteractMComponent { | @@ -82,6 +82,8 @@ export struct InteractMComponent { | ||
| 82 | let contentDTO :ContentDTO = new ContentDTO(); | 82 | let contentDTO :ContentDTO = new ContentDTO(); |
| 83 | contentDTO.objectType = this.messageModel.InteractMsubM.contentType | 83 | contentDTO.objectType = this.messageModel.InteractMsubM.contentType |
| 84 | contentDTO.objectId = this.messageModel.InteractMsubM.contentId | 84 | contentDTO.objectId = this.messageModel.InteractMsubM.contentId |
| 85 | + contentDTO.relId = this.messageModel.InteractMsubM.contentRelId | ||
| 86 | + contentDTO.relType = this.messageModel.InteractMsubM.contentRelType | ||
| 85 | ProcessUtils.processPage(contentDTO) | 87 | ProcessUtils.processPage(contentDTO) |
| 86 | }) | 88 | }) |
| 87 | } | 89 | } |
-
Please register or login to post a comment