|
|
@@ -405,11 +405,11 @@ class NotifyBoardTeacher extends Component {
|
|
|
notifyBoBean.noIssue = getStrValue(item, 'teacherName')
|
|
|
notifyBoBean.noTime = getStrValue(item, 'createDate')
|
|
|
|
|
|
- /*if (getIntValue(item, 'isRead') == 1) {
|
|
|
- notifyBoBean.noStatu = '未读'
|
|
|
- } else {
|
|
|
+ if (getIntValue(item, 'isRead') ==2) {
|
|
|
notifyBoBean.noStatu = '已读'
|
|
|
- }*/
|
|
|
+ } else {
|
|
|
+ notifyBoBean.noStatu = '未读'
|
|
|
+ }
|
|
|
|
|
|
releaseList.push(notifyBoBean)
|
|
|
})
|
|
|
@@ -477,10 +477,10 @@ class NotifyBoardTeacher extends Component {
|
|
|
notifyBoBean.noIssue = getStrValue(item, 'teacherName')
|
|
|
notifyBoBean.noTime = getStrValue(item, 'createDate')
|
|
|
|
|
|
- if (getIntValue(item, 'isRead') == 1) {
|
|
|
- notifyBoBean.noStatu = '未读'
|
|
|
- } else {
|
|
|
+ if (getIntValue(item, 'isRead') == 2) {
|
|
|
notifyBoBean.noStatu = '已读'
|
|
|
+ } else {
|
|
|
+ notifyBoBean.noStatu = '未读'
|
|
|
}
|
|
|
|
|
|
receiveList.push(notifyBoBean)
|