Commit b1333f6d authored by 李硕's avatar 李硕

提交

parent a731379e
......@@ -14,8 +14,8 @@ export const index = {
"code": "",
"data": {
"newHandFlg": false,
"nicknameFlg":true,
"wishCountFlg": true
"nicknameFlg":false,
"wishCountFlg": false
},
"message": "",
"success": true
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment