Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend
Project
Project
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
Schedules
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
h5-communicate
frontend
Commits
67405196
Commit
67405196
authored
Jun 08, 2020
by
熊成伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
64ce1288
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
workspace.xml
.idea/workspace.xml
+0
-0
Backlog.jsx
src/pages/Backlog/Backlog.jsx
+2
-2
No files found.
.idea/workspace.xml
View file @
67405196
This diff is collapsed.
Click to expand it.
src/pages/Backlog/Backlog.jsx
View file @
67405196
...
@@ -3,12 +3,12 @@ import {WhiteSpace, WingBlank, ActivityIndicator} from 'antd-mobile'
...
@@ -3,12 +3,12 @@ import {WhiteSpace, WingBlank, ActivityIndicator} from 'antd-mobile'
import
TodoCard
from
'../../components/LogCard'
import
TodoCard
from
'../../components/LogCard'
import
TopSearch
from
'../../components/TopSearch'
import
TopSearch
from
'../../components/TopSearch'
const
Backlog
=
()
=>
{
const
Backlog
=
(
props
)
=>
{
const
[
loading
,
setLoading
]
=
useState
(
false
)
const
[
loading
,
setLoading
]
=
useState
(
false
)
const
checkLog
=
()
=>
{
const
checkLog
=
()
=>
{
this
.
props
.
history
.
push
(
`/blank/info/example/1`
)
props
.
history
.
push
(
`/blank/info/example/1`
)
}
}
return
(
return
(
<
WingBlank
>
<
WingBlank
>
...
...
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