Commit 696eda0b by FE

bargain share change url param

parent df97e0f6
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -322,6 +322,8 @@ class BargainMiddlePage extends Component { ...@@ -322,6 +322,8 @@ class BargainMiddlePage extends Component {
// 邀请好友砍价 // 邀请好友砍价
shareFriendBargain = () => { shareFriendBargain = () => {
const { history } = this.props;
history.push(`/bargain-middle-page?id=${getParam(id)}&bargaincode=${getParam('bargaincode')}&is_originator=1`)
this.setState({ this.setState({
isShowOverlay: true, isShowOverlay: true,
status: 7, status: 7,
......
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