Commit 174840bf by zhanghaozhe

定金来源

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