Commit b1333f6d authored by 李硕's avatar 李硕

提交

parent a731379e
...@@ -14,8 +14,8 @@ export const index = { ...@@ -14,8 +14,8 @@ export const index = {
"code": "", "code": "",
"data": { "data": {
"newHandFlg": false, "newHandFlg": false,
"nicknameFlg":true, "nicknameFlg":false,
"wishCountFlg": true "wishCountFlg": false
}, },
"message": "", "message": "",
"success": true "success": true
......
...@@ -388,7 +388,7 @@ class Pagewishscene extends Component { ...@@ -388,7 +388,7 @@ class Pagewishscene extends Component {
<label className="wishbtnLab ">{`种下我的心愿树(${chooseList.length}/5)`}</label> <label className="wishbtnLab ">{`种下我的心愿树(${chooseList.length}/5)`}</label>
<div className="wishinputs "> <div className="wishinputs ">
<img className="wishinputbg " src={this.state.resList['4ef09ae1-195d-473e-8eaf-06eac70dd005'].url} /> <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> </div>
{/* <img className="backHomeBtn" src={resList['66eb7ce1-0581-438a-9798-d140f86623b3'].url} onClick={() => { console.log('>.........', ICBCUtil.returnBack()); ICBCUtil.returnBack() }} /> */} {/* <img className="backHomeBtn" src={resList['66eb7ce1-0581-438a-9798-d140f86623b3'].url} onClick={() => { console.log('>.........', ICBCUtil.returnBack()); ICBCUtil.returnBack() }} /> */}
</div> </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