Commit 174840bf by zhanghaozhe

定金来源

parent 140d6f1b
...@@ -42,11 +42,11 @@ class ReserveCourse extends Component { ...@@ -42,11 +42,11 @@ class ReserveCourse extends Component {
this.props.history.push('/passport/login') this.props.history.push('/passport/login')
} else { } else {
this.props.history.push( this.props.history.push(
`/deposit-order?oid=${courseId}&source=${1}`, `/deposit-order?oid=${courseId}&source=${2}`,
{ {
id: courseId, id: courseId,
isexpand: 1, isexpand: 1,
sourcenum: 1 sourcenum: 2
} }
) )
} }
...@@ -148,4 +148,4 @@ export default listFrame(connect( ...@@ -148,4 +148,4 @@ export default listFrame(connect(
state => ({ state => ({
user: state.user user: state.user
}), }),
)(withRouter(ReserveCourse))) )(withRouter(ReserveCourse)))
\ No newline at end of file
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