Commit d777706e by kyle

保存订单产品类型写死为1

parent 3299aa2b
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
}, },
registerNow(){ registerNow(){
const param = { const param = {
productType:this.certificateInfo.fileType, productType:'1',
productId:this.certificateInfo.fileId, productId:this.certificateInfo.fileId,
userId:this.userId, userId:this.userId,
dataSource:1 dataSource:1
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
}) })
}else{ }else{
const param = { const param = {
productType:this.courseInfo.fileType, productType:'1',
productId:this.courseInfo.fileId, productId:this.courseInfo.fileId,
userId:this.userId, userId:this.userId,
shareUserId:this.shareUserId, shareUserId:this.shareUserId,
......
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