Commit 8a715d74 by sunerhu

1.修复销售课程--分享课程订单详情queryType 传值问题

parent dcb1b5a7
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
const param = { const param = {
userId:this.userId, userId:this.userId,
orderId:this.orderId, orderId:this.orderId,
queryType: '2', queryType: this.type == 'drop'? '1':'2',
commissionType:this.commissionType, commissionType:this.commissionType,
} }
api.userCourseInfo(param).then(res=>{ api.userCourseInfo(param).then(res=>{
......
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