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
8cc52eb5
Commit
8cc52eb5
authored
Aug 19, 2019
by
xuzhenghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的订单
parent
2a6cb5f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/components/myOrders/index.js
+3
-4
No files found.
src/components/myOrders/index.js
View file @
8cc52eb5
...
...
@@ -83,13 +83,12 @@ class MyOrders extends Component {
render
()
{
return
(
<
div
className
=
'myorders-box'
>
<
HeaderBar
title
=
'我的订单'
arrow
=
{
true
}
cart
=
{
false
}
><
/HeaderBar
>
<
Loading
isLoading
=
{
this
.
state
.
isLoading
}
>
{
this
.
state
.
data
&&
this
.
state
.
data
.
length
>
0
?
this
.
state
.
data
&&
JSON
.
stringify
(
this
.
state
.
data
)
!==
'[{}]'
?
<
InfiniteScroll
pageStart
=
{
0
}
hasMore
=
{
true
}
...
...
@@ -121,8 +120,8 @@ class MyOrders extends Component {
)
return
(
<
div
className
=
"order-wrap"
key
=
{
index
}
>
<
OrderList
info
=
{
Info
}
<
OrderList
info
=
{
Info
}
src
=
{
item
.
image_name
}
isSign
=
{
item
.
is_aist
}
id
=
{
item
.
course_id
}
...
...
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