Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db-game-template
Project
Project
Details
Activity
Releases
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
崔立强
db-game-template
Commits
b1333f6d
Commit
b1333f6d
authored
Jan 20, 2021
by
李硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
a731379e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
interface.js
wishList/project/mock/common/interface.js
+2
-2
pagewishscene.jsx
wishList/project/src/pages/pagewishscene/pagewishscene.jsx
+1
-1
No files found.
wishList/project/mock/common/interface.js
View file @
b1333f6d
...
...
@@ -14,8 +14,8 @@ export const index = {
"code"
:
""
,
"data"
:
{
"newHandFlg"
:
false
,
"nicknameFlg"
:
tru
e
,
"wishCountFlg"
:
tru
e
"nicknameFlg"
:
fals
e
,
"wishCountFlg"
:
fals
e
},
"message"
:
""
,
"success"
:
true
...
...
wishList/project/src/pages/pagewishscene/pagewishscene.jsx
View file @
b1333f6d
...
...
@@ -388,7 +388,7 @@ class Pagewishscene extends Component {
<
label
className=
"wishbtnLab "
>
{
`种下我的心愿树(${chooseList.length}/5)`
}
</
label
>
<
div
className=
"wishinputs "
>
<
img
className=
"wishinputbg "
src=
{
this
.
state
.
resList
[
'4ef09ae1-195d-473e-8eaf-06eac70dd005'
].
url
}
/>
<
input
className=
"wishinput "
value=
{
wishName
}
id=
"inputWish"
onChange=
{
()
=>
{
this
.
onInputChangeValue
(
wishName
)
}
}
onClick=
{
()
=>
{
this
.
onCheckInputValue
(
"wish"
)
}
}
maxLength=
{
10
}
placeholder=
"还可以在这里输入心愿哦!(0/10)"
></
input
>
<
input
className=
"wishinput "
value=
{
wishName
}
id=
"inputWish"
onChange=
{
()
=>
{
this
.
onInputChangeValue
(
wishName
)
}
}
maxLength=
{
10
}
placeholder=
"还可以在这里输入心愿哦!(0/10)"
></
input
>
</
div
>
{
/* <img className="backHomeBtn" src={resList['66eb7ce1-0581-438a-9798-d140f86623b3'].url} onClick={() => { console.log('>.........', ICBCUtil.returnBack()); ICBCUtil.returnBack() }} /> */
}
</
div
>
...
...
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