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
shopping-mall
Commits
581c62c4
Commit
581c62c4
authored
Feb 02, 2021
by
Kim, Subin
Browse files
order 결제정보 가져오기
parent
0446ff08
Changes
2
Show whitespace changes
Inline
Side-by-side
client/src/Components/ListCard.js
View file @
581c62c4
...
...
@@ -53,6 +53,13 @@ function ListCard(props) {
<
Col
sm
=
{
3
}
xs
=
{
5
}
className
=
'
p-1
'
><
li
>
주문날짜
:
<
/li></
Col
>
<
Col
sm
=
{
8
}
xs
=
{
6
}
className
=
'
p-1
'
><
strong
>
{
e
.
createdAt
.
substring
(
0
,
10
)}
<
/strong></
Col
>
<
Col
sm
=
{
3
}
xs
=
{
5
}
className
=
'
p-1
'
><
li
>
결제정보
:
<
/li></
Col
>
<
Col
sm
=
{
8
}
xs
=
{
6
}
className
=
'
p-1
'
><
strong
>
{
e
.
paymentWay
}
<
/strong>{e.paymentWay == 'Remittance'
?
(
<>
<
br
/><
strong
>
{
e
.
paymentInfo
.
bank
}
/ ~ {e.paymentInfo.deadline}</
strong
>
<
/
>
)
:
''
}
<
/Col
>
<
/Row
>
<
/Col
>
<
/Card.Text
>
...
...
client/src/Pages/Account.js
View file @
581c62c4
...
...
@@ -166,7 +166,7 @@ function Account() {
<
/Row
>
<
Row
className
=
"
px-3
"
>
<
Card
.
Body
className
=
"
p-2 text-center
"
>
<
h4
><
Link
to
=
"
/
"
>
<
h4
><
Link
to
=
"
/
"
style
=
{{
textDecoration
:
"
none
"
}}
>
<
strong
title
=
"
홈으로
"
>
<
Image
src
=
"
/icon/mypagetiger.svg
"
width
=
{
"
30rem
"
}
roundedCircle
className
=
"
img-thumbnail
"
>
<
/Image>KU
#
...
...
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