Showing
3 changed files
with
3 additions
and
3 deletions
@@ -74,7 +74,7 @@ export default class MessageCell extends Component { | @@ -74,7 +74,7 @@ export default class MessageCell extends Component { | ||
74 | text = isEmpty ? '没有收到新消息' : content; | 74 | text = isEmpty ? '没有收到新消息' : content; |
75 | break; | 75 | break; |
76 | case 99: | 76 | case 99: |
77 | - text = isEmpty ? '服务时间:08:00-22:30' : content; | 77 | + text = isEmpty ? '服务时间:08:00-22:00' : content; |
78 | break; | 78 | break; |
79 | default: | 79 | default: |
80 | } | 80 | } |
@@ -64,7 +64,7 @@ let defaults = Immutable.fromJS([ | @@ -64,7 +64,7 @@ let defaults = Immutable.fromJS([ | ||
64 | { | 64 | { |
65 | id: 99, | 65 | id: 99, |
66 | inboxCatName: '在线客服', | 66 | inboxCatName: '在线客服', |
67 | - content: '服务时间:08:00-22:30', | 67 | + content: '服务时间:08:00-22:00', |
68 | unReadCount:0, | 68 | unReadCount:0, |
69 | createTime:'', | 69 | createTime:'', |
70 | img_url: '', | 70 | img_url: '', |
@@ -25,7 +25,7 @@ export default function messageReducer(state=initialState, action) { | @@ -25,7 +25,7 @@ export default function messageReducer(state=initialState, action) { | ||
25 | let onlineService = { | 25 | let onlineService = { |
26 | id: 99, | 26 | id: 99, |
27 | inboxCatName: '在线客服', | 27 | inboxCatName: '在线客服', |
28 | - content: '服务时间:08:00-22:30', | 28 | + content: '服务时间:08:00-22:00', |
29 | unReadCount:0, | 29 | unReadCount:0, |
30 | createTime:'', | 30 | createTime:'', |
31 | imageUrl: '', | 31 | imageUrl: '', |
-
Please register or login to post a comment