Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TOSTUMI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maple
TOSTUMI
Commits
dab5335e
Commit
dab5335e
authored
Dec 16, 2020
by
Sixiang_Zzb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物业服务详情页回复人bug处理
parent
4f644cad
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
CommunityService.ts
src/models/CommunityManagement/CommunityService.ts
+5
-1
Detail.tsx
src/pages/CommercialService/Detail.tsx
+2
-2
No files found.
src/models/CommunityManagement/CommunityService.ts
View file @
dab5335e
...
@@ -89,6 +89,8 @@ export default {
...
@@ -89,6 +89,8 @@ export default {
content
:
string
;
content
:
string
;
replyContent
:
string
;
replyContent
:
string
;
replyImgUrl
:
string
[];
replyImgUrl
:
string
[];
replyName
:
string
;
replyPhone
:
string
;
status
:
number
;
status
:
number
;
pictrues
:
string
[];
pictrues
:
string
[];
time
:
string
;
time
:
string
;
...
@@ -102,6 +104,8 @@ export default {
...
@@ -102,6 +104,8 @@ export default {
content
:
tmp2
.
serviceContent
,
content
:
tmp2
.
serviceContent
,
replyContent
:
tmp2
.
replyContent
,
replyContent
:
tmp2
.
replyContent
,
replyImgUrl
:
Fromate
(
tmp2
.
replyImgUrl
,
[[
'url'
,
null
]]),
replyImgUrl
:
Fromate
(
tmp2
.
replyImgUrl
,
[[
'url'
,
null
]]),
replyName
:
tmp2
.
handleName
,
replyPhone
:
tmp2
.
handleContacts
,
status
:
tmp2
.
handleStatus
,
status
:
tmp2
.
handleStatus
,
pictrues
:
picFromate
(
tmp2
.
imgUrl
),
pictrues
:
picFromate
(
tmp2
.
imgUrl
),
time
:
timestampToTime4
(
tmp2
.
createTime
.
time
),
time
:
timestampToTime4
(
tmp2
.
createTime
.
time
),
...
...
src/pages/CommercialService/Detail.tsx
View file @
dab5335e
...
@@ -161,9 +161,9 @@ const Detail = (props: any) => {
...
@@ -161,9 +161,9 @@ const Detail = (props: any) => {
{
!
editorFlag
?
(
{
!
editorFlag
?
(
<
Row
gutter=
{
16
}
>
<
Row
gutter=
{
16
}
>
<
Col
>
Replyer:
</
Col
>
<
Col
>
Replyer:
</
Col
>
<
Col
span=
{
6
}
>
{
getCookie
(
'name'
)
}
</
Col
>
<
Col
span=
{
6
}
>
{
CurDataDetail
.
replyName
}
</
Col
>
<
Col
>
Contact:
</
Col
>
<
Col
>
Contact:
</
Col
>
<
Col
>
{
getCookie
(
'phone'
)
}
</
Col
>
<
Col
>
{
CurDataDetail
.
replyPhone
}
</
Col
>
</
Row
>
</
Row
>
)
:
null
}
)
:
null
}
<
Row
gutter=
{
16
}
style=
{
{
marginTop
:
20
}
}
>
<
Row
gutter=
{
16
}
style=
{
{
marginTop
:
20
}
}
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment