Commit 7f06faa0 by FE

add debugger

parent 7fff4b77
......@@ -285,6 +285,7 @@ class Order extends Component {
}
};
componentDidMount() {
console.log(this.props);
let _this = this;
// type: 1,返现课程,simple: 1,正常购买
if(this.props.location.state && this.props.location.state.type === 1) {
......
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