From 62a24b3c7cf92919a93ee575e9460037e1a53816 Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期四, 07 十一月 2024 19:10:20 +0800 Subject: [PATCH] fix bug --- XQMuse/Root/Me/VC/NoticeCenterSysDetailVC.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/XQMuse/Root/Me/VC/NoticeCenterSysDetailVC.swift b/XQMuse/Root/Me/VC/NoticeCenterSysDetailVC.swift index f195af6..7320046 100644 --- a/XQMuse/Root/Me/VC/NoticeCenterSysDetailVC.swift +++ b/XQMuse/Root/Me/VC/NoticeCenterSysDetailVC.swift @@ -28,7 +28,7 @@ super.viewDidLoad() title = "系统消息" label_title.text = model.title - label_content.text = model.reply + label_content.text = model.content label_date.text = model.publishTime } -- Gitblit v1.7.1