Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
1bc1f864
Commit
1bc1f864
authored
Aug 11, 2021
by
Jiwon Yoon
Browse files
마이페이지 및 버그 수정
parent
4656d091
Changes
3
Hide whitespace changes
Inline
Side-by-side
client/public/images/icons8-customer-100.png
0 → 100644
View file @
1bc1f864
1.51 KB
client/src/components/MyInfo/MyInfo.js
View file @
1bc1f864
...
...
@@ -192,7 +192,7 @@ const MyInfo = () => {
<
div
className
=
{
`d-flex justify-content-around`
}
>
<
div
className
=
{
`
${
styles
.
box
}
`
}
>
<
p
className
=
{
`
${
styles
.
hoverTxt
}
`
}
>
프로필
변경
<
/p
>
<
img
src
=
{
`/upload/
${
profile
}
`
}
className
=
{
`figure-img img-fluid rounded-circle
${
styles
.
img
}
${
styles
.
profile
}
`
}
role
=
"
button
"
data
-
bs
-
toggle
=
"
modal
"
data
-
bs
-
target
=
"
#staticBackdrop
"
/>
<
img
src
=
{
profile
?
`/upload/
${
profile
}
`
:
'
/images/icons8-customer-100.png
'
}
style
=
{{
backgroundColor
:
'
white
'
}
}
className
=
{
`figure-img img-fluid rounded-circle
${
styles
.
img
}
${
styles
.
profile
}
`
}
role
=
"
button
"
data
-
bs
-
toggle
=
"
modal
"
data
-
bs
-
target
=
"
#staticBackdrop
"
/>
<
/div
>
<
div
className
=
"
d-flex flex-column py-2 mx-3 justify-content-around
"
>
<
span
className
=
{
`
${
styles
.
userName
}
`
}
>
{
`
${
userNickName
}
`
}
님
반갑습니다
!<
/span
>
...
...
client/src/pages/TheaterPage.js
View file @
1bc1f864
...
...
@@ -32,7 +32,9 @@ const TheaterPage = () => {
try
{
setError
(
""
)
const
res
=
await
cinemaApi
.
getCinemaInfo
()
setTicketFeeInfo
(
res
.
moreFeeInfo
)
if
(
res
)
{
setTicketFeeInfo
(
res
.
moreFeeInfo
)
}
}
catch
(
error
)
{
catchErrors
(
error
,
setError
)
}
...
...
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