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
b10ab42f
Commit
b10ab42f
authored
Nov 13, 2019
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'formal-draw' into dev
# Conflicts: # src/components/blessingPreheat/formal-draw/index.js
parents
50cf970f
928e0c41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
src/components/blessingPreheat/formal-draw/index.js
+3
-7
No files found.
src/components/blessingPreheat/formal-draw/index.js
View file @
b10ab42f
...
@@ -46,13 +46,9 @@ class FormalDraw extends Component {
...
@@ -46,13 +46,9 @@ class FormalDraw extends Component {
.
then
(
res
=>
{
.
then
(
res
=>
{
const
{
data
,
code
,
msg
}
=
res
.
data
const
{
data
,
code
,
msg
}
=
res
.
data
if
(
code
==
200
)
{
if
(
code
==
200
)
{
const
{
today
}
=
data
.
value
let
oneDay
=
data
.
list
.
find
(
item
=>
item
.
date
===
data
.
value
.
today
)
||
data
.
list
[
0
]
const
oneDay
=
data
.
list
.
filter
(
item
=>
item
.
date
===
data
.
value
.
today
)
const
today
=
oneDay
.
date
let
activeIndex
=
0
;
const
activeIndex
=
oneDay
[
'son'
].
findIndex
(
item
=>
item
.
status
==
3
)
if
(
oneDay
.
length
>
0
)
{
activeIndex
=
oneDay
[
0
][
'son'
].
findIndex
(
item
=>
item
.
status
==
3
)
}
this
.
setState
({
this
.
setState
({
tabs
:
data
.
list
.
map
(
item
=>
({
title
:
item
.
date
})),
tabs
:
data
.
list
.
map
(
item
=>
({
title
:
item
.
date
})),
today
,
today
,
...
...
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