Commit eab140dc by zhanghaozhe

定金确认页

parent a3d6fb2e
......@@ -117,6 +117,13 @@ class Order extends Component {
plat_form: 5,
source: 1, //来源 1-详情页 2-活动页,
course_id: this.state.course_id
}).then(res => {
const {data} = res
if(data.errno == 200){
}else {
Toast.info(data.msg)
}
})
}
......
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