Toggle navigation
Toggle navigation
This project
Loading...
Sign in
罗广聪
/
ProtectGod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
罗广聪
2017-09-27 09:30:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
eb1db951cf1e3c44247a454b638a96a0fcbc4fde
eb1db951
1 parent
56c0cf55
c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
src/pages/Home/AISolution/Question.js
src/pages/Home/AISolution/Solution.js
src/pages/Home/AISolution/Question.js
View file @
eb1db95
...
...
@@ -161,7 +161,6 @@ export default class Home extends Component {
that
.
setState
({
answerList
:
Temp
})
console
.
log
(
"hhh"
)
}
format
(
date
)
{
...
...
src/pages/Home/AISolution/Solution.js
View file @
eb1db95
...
...
@@ -50,8 +50,6 @@ export default class Home extends Component {
}
render
()
{
// console.log("首页的this.props", this);
// console.log("render首页文章列表", this.state.ListData);
const
{
navigate
}
=
this
.
props
.
navigation
;
return
(
<
View
style
=
{
styles
.
container
}
>
...
...
Please
register
or
login
to post a comment