Commit d777706e by kyle

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

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