Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈林
6 years ago
Commit
40a74059bbb5974dffb8c7db4fc013e431221a61
1 parent
74105950
修改在线客服时间。review by 孙凯
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
js/message/components/message/MessageCell.js
js/message/reducers/message/messageInitialState.js
js/message/reducers/message/messageReducer.js
js/message/components/message/MessageCell.js
View file @
40a7405
...
...
@@ -74,7 +74,7 @@ export default class MessageCell extends Component {
text
=
isEmpty
?
'没有收到新消息'
:
content
;
break
;
case
99
:
text
=
isEmpty
?
'服务时间:08:00-22:
3
0'
:
content
;
text
=
isEmpty
?
'服务时间:08:00-22:
0
0'
:
content
;
break
;
default
:
}
...
...
js/message/reducers/message/messageInitialState.js
View file @
40a7405
...
...
@@ -64,7 +64,7 @@ let defaults = Immutable.fromJS([
{
id
:
99
,
inboxCatName
:
'在线客服'
,
content
:
'服务时间:08:00-22:
3
0'
,
content
:
'服务时间:08:00-22:
0
0'
,
unReadCount
:
0
,
createTime
:
''
,
img_url
:
''
,
...
...
js/message/reducers/message/messageReducer.js
View file @
40a7405
...
...
@@ -25,7 +25,7 @@ export default function messageReducer(state=initialState, action) {
let
onlineService
=
{
id
:
99
,
inboxCatName
:
'在线客服'
,
content
:
'服务时间:08:00-22:
3
0'
,
content
:
'服务时间:08:00-22:
0
0'
,
unReadCount
:
0
,
createTime
:
''
,
imageUrl
:
''
,
...
...
Please
register
or
login
to post a comment