Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
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
baiguangyao
mr-julyedu
Commits
b94979af
Commit
b94979af
authored
Oct 23, 2019
by
xuzhenghua
Browse files
Options
Browse Files
Download
Plain Diff
pull
parents
8ce7ba82
d7d2610c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
src/components/myOrders/index.js
+1
-1
src/components/order/deposit/final-order/index.js
+1
-1
src/components/order/deposit/final-order/index.scss
+6
-0
No files found.
src/components/myOrders/index.js
View file @
b94979af
...
...
@@ -135,7 +135,7 @@ class MyOrders extends Component {
<
PayInfo
item
=
{
item
}
cancel
=
{
this
.
cancel
}
/
>
{
item
.
type
==
5
&&
item
.
type
==
5
&&
item
.
is_buy
==
0
&&
<
div
className
=
{
'expand-pay-wk'
}
>
<
span
className
=
{
'expand-pay-time'
}
>
{
item
.
final_end_time
}
结束付尾款
<
/span
>
<
span
>
还需支付尾款
<
/span
>
...
...
src/components/order/deposit/final-order/index.js
View file @
b94979af
...
...
@@ -14,7 +14,7 @@ const Item = Flex.Item
function
OrderList
({
courses
,
toggleSelectedCourse
})
{
return
(
<
Flex
direction
=
{
'column'
}
wrap
=
{
'wrap'
}
>
<
Flex
wrap
=
{
'wrap'
}
>
{
courses
.
length
&&
courses
.
map
(
course
=>
{
const
{
image_name
:
img
,
course_id
,
coupon_desc
,
coupon_num
}
=
course
const
info
=
(
...
...
src/components/order/deposit/final-order/index.scss
View file @
b94979af
...
...
@@ -404,6 +404,12 @@
}
.order-list
{
.am-flexbox-item
{
margin-left
:
0
;
}
}
/*.order-tab {
color: $black;
background: $bg_f7f9fc;
...
...
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