Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Moecube Store
Commits
f3f48682
Commit
f3f48682
authored
Mar 07, 2017
by
HJISTC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
For phone
parent
1557bfb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
17 deletions
+7
-17
src/App.js
src/App.js
+7
-17
No files found.
src/App.js
View file @
f3f48682
...
...
@@ -198,12 +198,7 @@ export default class App extends Component {
<
p
className
=
"
App-Card-content
"
>
<
FormattedMessage
id
=
{
"
CardContent1
"
}
/
>
<
/p
>
<
Timeline
pending
=
{
<
a
href
=
"
#
"
><
FormattedMessage
id
=
{
"
CardAction1
"
}
/></
a
>
}
>
{
realData
.
CardTimeLine1
.
map
((
item
,
i
)
=>
{
return
<
Timeline
.
Item
key
=
{
i
}
>
{
item
}
<
/Timeline.Item
>
})}
<
/Timeline
>
<
a
href
=
""
><
Button
type
=
"
primary
"
icon
=
"
download
"
><
FormattedMessage
id
=
{
"
CardAction1
"
}
/></
Button
><
/a
>
<
/Card
>
<
/Col
>
<
/Row
>
...
...
@@ -214,12 +209,8 @@ export default class App extends Component {
<
FormattedMessage
id
=
{
"
CardContent2
"
}
/
>
<
/p
>
<
Timeline
pending
=
{
<
a
href
=
"
#
"
><
FormattedMessage
id
=
{
"
CardAction2
"
}
/></
a
>
}
>
<
a
href
=
""
><
Button
type
=
"
primary
"
icon
=
"
plus-square-o
"
><
FormattedMessage
id
=
{
"
CardAction2
"
}
/></
Button
><
/a
>
{
realData
.
CardTimeLine2
.
map
((
item
,
i
)
=>
{
return
<
Timeline
.
Item
key
=
{
i
}
>
{
item
}
<
/Timeline.Item
>
})}
<
/Timeline
>
<
/Card
>
<
/Col
>
<
/Row
>
...
...
@@ -230,14 +221,12 @@ export default class App extends Component {
<
FormattedMessage
id
=
{
"
CardContent3
"
}
/
>
<
/p
>
<
Timeline
pending
=
{
<
a
href
=
"
#
"
><
FormattedMessage
id
=
{
"
CardAction3
"
}
/></
a
>
}
>
<
Timeline
>
<
Timeline
.
Item
>
{
stats
.
signups
||
'
loading..
'
}
只萌新已加入萌卡
<
/Timeline.Item
>
<
Timeline
.
Item
>
{
stats
.
online
||
'
loading..
'
}
位爱的战士正在线游戏
<
/Timeline.Item
>
{
realData
.
CardTimeLine3
.
map
((
item
,
i
)
=>
{
return
<
Timeline
.
Item
key
=
{
i
}
>
{
item
}
<
/Timeline.Item
>
})}
<
/Timeline
>
<
a
href
=
""
><
Button
type
=
"
primary
"
icon
=
"
heart
"
><
FormattedMessage
id
=
{
"
CardAction3
"
}
/></
Button
><
/a
>
<
/Card
>
<
/Col
>
<
/Row
>
...
...
@@ -252,7 +241,8 @@ export default class App extends Component {
return
<
Timeline
.
Item
key
=
{
i
}
>
{
item
}
<
/Timeline.Item
>
})}
<
/Timeline
>
<
a
href
=
""
><
Button
size
=
"
large
"
type
=
"
primary
"
><
FormattedMessage
id
=
{
"
CardAction4
"
}
/></
Button
><
/a
>
<
a
href
=
""
><
Button
id
=
"
Card4Button
"
size
=
"
large
"
type
=
"
primary
"
><
FormattedMessage
id
=
{
"
CardAction4
"
}
/></
Button
><
/a
>
<
/Card
>
<
/Col
>
<
/Row
>
...
...
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