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
388f05b7
Commit
388f05b7
authored
Dec 14, 2020
by
Sixiang_Zzb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复小区模块图片展示
parent
0645992e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
22 deletions
+21
-22
Detail.tsx
src/pages/CommercialService/Detail.tsx
+21
-22
No files found.
src/pages/CommercialService/Detail.tsx
View file @
388f05b7
...
@@ -106,17 +106,19 @@ const Detail = (props: any) => {
...
@@ -106,17 +106,19 @@ const Detail = (props: any) => {
<
div
className=
{
styles
.
base
}
>
<
div
className=
{
styles
.
base
}
>
<
TitleBack
{
...
titleProps
}
/>
<
TitleBack
{
...
titleProps
}
/>
<
Descriptions
>
<
Descriptions
column=
{
2
}
>
<
Descriptions
.
Item
>
{
CurDataDetail
.
community
}
</
Descriptions
.
Item
>
<
Descriptions
.
Item
span=
{
2
}
>
<
Descriptions
.
Item
span=
{
2
}
>
{
CurDataDetail
.
home
}
</
Descriptions
.
Item
>
{
CurDataDetail
.
community
}
{
CurDataDetail
.
home
}
<
Descriptions
.
Item
label=
"Address"
span=
{
3
}
>
</
Descriptions
.
Item
>
<
Descriptions
.
Item
label=
"Address"
span=
{
2
}
>
{
CurDataDetail
.
address
}{
' '
}
{
CurDataDetail
.
address
}{
' '
}
</
Descriptions
.
Item
>
</
Descriptions
.
Item
>
<
Descriptions
.
Item
label=
"User Name"
span=
{
3
}
>
<
Descriptions
.
Item
label=
"User Name"
span=
{
2
}
>
{
CurDataDetail
.
name
}
{
CurDataDetail
.
name
}
</
Descriptions
.
Item
>
</
Descriptions
.
Item
>
<
Descriptions
.
Item
label=
"Contact Details"
>
{
CurDataDetail
.
phone
}
</
Descriptions
.
Item
>
<
Descriptions
.
Item
label=
"Contact Details"
span=
{
2
}
>
<
Descriptions
.
Item
>
{
CurDataDetail
.
email
}
</
Descriptions
.
Item
>
{
CurDataDetail
.
phone
}
{
CurDataDetail
.
email
}
</
Descriptions
.
Item
>
</
Descriptions
>
</
Descriptions
>
<
Row
gutter=
{
16
}
>
<
Row
gutter=
{
16
}
>
<
Col
span=
{
3
}
>
Description:
</
Col
>
<
Col
span=
{
3
}
>
Description:
</
Col
>
...
@@ -180,8 +182,6 @@ const Detail = (props: any) => {
...
@@ -180,8 +182,6 @@ const Detail = (props: any) => {
<
Col
span=
{
3
}
></
Col
>
<
Col
span=
{
3
}
></
Col
>
<
Col
>
<
Col
>
{
/* putSubmit={PictureOptionsRowRef} */
}
{
/* putSubmit={PictureOptionsRowRef} */
}
{
CurDataDetail
.
replyImgUrl
!=
null
?
(
<>
<
Form
.
Item
name=
"file"
>
<
Form
.
Item
name=
"file"
>
<
PictureOptionsRow
<
PictureOptionsRow
action=
"/tos/communtiy/service/reply/img"
action=
"/tos/communtiy/service/reply/img"
...
@@ -191,10 +191,9 @@ const Detail = (props: any) => {
...
@@ -191,10 +191,9 @@ const Detail = (props: any) => {
imageType
:
'tosCommunityImageReply'
,
imageType
:
'tosCommunityImageReply'
,
extends
:
''
,
extends
:
''
,
}
}
}
}
over=
{
CurDataDetail
.
replyImgUrl
.
length
>
0
?
true
:
false
}
/>
/>
</
Form
.
Item
>
</
Form
.
Item
>
</>
)
:
null
}
</
Col
>
</
Col
>
</
Row
>
</
Row
>
{
editorFlag
?
(
{
editorFlag
?
(
...
...
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