Commit 0b03aa84 by yanglang123

修改

parent cc0d1193
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -687,7 +687,7 @@ class TrainingSteps extends Component { ...@@ -687,7 +687,7 @@ class TrainingSteps extends Component {
className="train-comment" className="train-comment"
style={{ paddingBottom: "1rem", backgroundColor: "#F4F4F4" }} style={{ paddingBottom: "1rem", backgroundColor: "#F4F4F4" }}
> >
<div className="train-comment-contain" style={{zIndex:'99999'}}> <div className="train-comment-contain" style={{ zIndex: "99999" }}>
<img src={trainComment} className="cell-left-icon" alt="" /> <img src={trainComment} className="cell-left-icon" alt="" />
<div className="comment-body"> <div className="comment-body">
<TextareaItem <TextareaItem
...@@ -707,7 +707,12 @@ class TrainingSteps extends Component { ...@@ -707,7 +707,12 @@ class TrainingSteps extends Component {
ref={(el) => (this.autoFocusInst = el)} ref={(el) => (this.autoFocusInst = el)}
/> />
</div> </div>
<img src={trainSend} className="cell-left-icon" alt="" onClick={this.trainCommitVerb} /> <img
src={trainSend}
className="cell-left-icon"
alt=""
onClick={this.trainCommitVerb}
/>
</div> </div>
<div <div
ref={this.locationRef} ref={this.locationRef}
...@@ -843,7 +848,7 @@ class TrainingSteps extends Component { ...@@ -843,7 +848,7 @@ class TrainingSteps extends Component {
toSurvey = (id) => { toSurvey = (id) => {
hashHistory.push({ hashHistory.push({
pathname: func.routerBefore() + "/allDescribe", pathname: func.routerBefore() + "/allDescribe",
query: { id: id, type: "投票" }, query: { id: id, bizType: '2' },
}); });
}; };
} }
......
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