Commit b26403d7 authored by Mac's avatar Mac
parents e7367e89 8a013453
......@@ -283,6 +283,16 @@ $.fn.dataStatistics = function(options){
});
});
}
else if(options.platform == 'H5'){
let userInfo = getLocalStorage()
let data={};
data.sOrderNo=res.data.id;
data.sProductName=title;
data.productId=res.data.couponId;
data.dTotalPrice=res.data.preferPrice;
window.location.href = 'http://127.0.0.1:5500/html/pay.html?sOrderNo='+data.sOrderNo+'&sProductName='+data.sProductName+'&productId='+data.productId+'&dTotalPrice='+data.dTotalPrice+'&CustomerId='+userInfo.customerId;
}
}else {
if(options.platform == 'App'){
......
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