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
Hide 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,19 +89,23 @@ export default {
content
:
string
;
replyContent
:
string
;
replyImgUrl
:
string
[];
replyName
:
string
;
replyPhone
:
string
;
status
:
number
;
pictrues
:
string
[];
time
:
string
;
}
=
{
community
:
tmp
.
communityName
||
tmp
.
communityName
,
address
:
tmp
.
addressAndpostalCode
||
tmp
.
residentialAddress
,
home
:
(
tmp
.
buildingNumber
||
tmp
.
communityBuild
)
+
' #'
+
(
tmp
.
floorNumber
||
tmp
.
communityFloor
)
+
'-'
+
(
tmp
.
roomNumber
||
tmp
.
communtiyRoom
),
home
:
(
tmp
.
buildingNumber
||
tmp
.
communityBuild
)
+
' #'
+
(
tmp
.
floorNumber
||
tmp
.
communityFloor
)
+
'-'
+
(
tmp
.
roomNumber
||
tmp
.
communtiyRoom
),
name
:
tmp
.
owerName
||
tmp
.
ownerFamilyName
,
phone
:
tmp
.
owerPhone
||
tmp
.
ownerFamilyPhone
,
email
:
tmp
.
owerEmail
||
tmp
.
ownerFamilyEmail
,
content
:
tmp2
.
serviceContent
,
replyContent
:
tmp2
.
replyContent
,
replyImgUrl
:
Fromate
(
tmp2
.
replyImgUrl
,
[[
'url'
,
null
]]),
replyName
:
tmp2
.
handleName
,
replyPhone
:
tmp2
.
handleContacts
,
status
:
tmp2
.
handleStatus
,
pictrues
:
picFromate
(
tmp2
.
imgUrl
),
time
:
timestampToTime4
(
tmp2
.
createTime
.
time
),
...
...
src/pages/CommercialService/Detail.tsx
View file @
dab5335e
...
...
@@ -161,9 +161,9 @@ const Detail = (props: any) => {
{
!
editorFlag
?
(
<
Row
gutter=
{
16
}
>
<
Col
>
Replyer:
</
Col
>
<
Col
span=
{
6
}
>
{
getCookie
(
'name'
)
}
</
Col
>
<
Col
span=
{
6
}
>
{
CurDataDetail
.
replyName
}
</
Col
>
<
Col
>
Contact:
</
Col
>
<
Col
>
{
getCookie
(
'phone'
)
}
</
Col
>
<
Col
>
{
CurDataDetail
.
replyPhone
}
</
Col
>
</
Row
>
)
:
null
}
<
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