From a1ac0f1634ff0bd8f04259fc4cf7ebabd8c8c82d Mon Sep 17 00:00:00 2001
From: 无故事王国 <841720330@qq.com>
Date: 星期二, 10 十月 2023 16:40:52 +0800
Subject: [PATCH] 修复BUG

---
 WanPai/Root/Search/TCell/CustomerContentQATCell.swift |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WanPai/Root/Search/TCell/CustomerContentQATCell.swift b/WanPai/Root/Search/TCell/CustomerContentQATCell.swift
index a022e0b..5ba9fa5 100644
--- a/WanPai/Root/Search/TCell/CustomerContentQATCell.swift
+++ b/WanPai/Root/Search/TCell/CustomerContentQATCell.swift
@@ -12,7 +12,7 @@
 
     var noticeItemModel:NoticeItemModel!{
         didSet{
-            label_content.text = noticeItemModel.noticeTitle
+            label_content.text = noticeItemModel.quesTitle
         }
     }
 

--
Gitblit v1.7.1