3.26
This commit is contained in:
@@ -1167,27 +1167,27 @@ const downloadGanDanFile = (type) => {
|
||||
showPptDownloadTip();
|
||||
let order_id='';
|
||||
let event_val=0;
|
||||
let event_unit='';
|
||||
let event_unit='分';
|
||||
if(type=='free'){
|
||||
order_id='FREE';
|
||||
event_val=0;
|
||||
event_unit='FREE';
|
||||
|
||||
} else if(type=='welfare'){
|
||||
order_id='USEWELFARENUM';
|
||||
event_val=0;
|
||||
event_unit='USEWELFARENUM';
|
||||
|
||||
}else if(type=='freeRecord'){
|
||||
order_id='FREERECORD';
|
||||
event_val=0;
|
||||
event_unit='FREERECORD';
|
||||
|
||||
}else if(type=="auto"){
|
||||
order_id= orderId.value;
|
||||
event_val=orderInfo.value.price;
|
||||
event_unit='分';
|
||||
|
||||
}else if(type=="reDownload"){
|
||||
order_id=orderInfo.value.order.order_id+"&R";
|
||||
event_val=0;
|
||||
event_unit='REDOWNLOAD';
|
||||
|
||||
}
|
||||
|
||||
console.log('1218');
|
||||
@@ -1197,7 +1197,7 @@ const downloadGanDanFile = (type) => {
|
||||
page_type: "肝胆课件",
|
||||
resource_name:shareTitle.value,
|
||||
resource_option: tags.value,
|
||||
event_val:0,
|
||||
event_val:event_val,
|
||||
event_unit:'',
|
||||
number:1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user