Commit 1d2d8ba5 by wangshuo

单集

parent eb774109
......@@ -130,7 +130,7 @@ class Single extends Component {
clearInterval(_this.intervalPayStatus);
_this.intervalPayStatus = null;
// 获取课程类型
http.get(`${API['base-api']}/sys/orderStatus/${getParam('oid')}`).then((res) => {
http.get(`${API['base-api']}/class_order_status/${getParam('oid')}`).then((res) => {
Toast.info(res.data.data.errno, 2);
if (res.data.data.errno == '200') {
// 正常购买单集成功
......
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