Commit 1c9cd273 by wangshuo

详情页砍价BUG处理

parent 2c42001b
...@@ -178,7 +178,7 @@ class BtnStatus extends Component { ...@@ -178,7 +178,7 @@ class BtnStatus extends Component {
let data = { let data = {
courseId: getParam('id') courseId: getParam('id')
} }
http.post(`${API.home}/m/bargain/toBargain`, data).then((res) => { http.post(`${API.home}/m/bargain/courseDetail`, data).then((res) => {
if (res.data.code === 200) { if (res.data.code === 200) {
this.setState({ this.setState({
barInfo: res.data.data barInfo: res.data.data
......
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