Commit 042ec086 by chenshu

fix:修复

parent b5f05144
...@@ -962,7 +962,7 @@ window.downloadFile = (dataURL, fileName) => { ...@@ -962,7 +962,7 @@ window.downloadFile = (dataURL, fileName) => {
const blob = window.convertBase64ToBlob(dataURL) const blob = window.convertBase64ToBlob(dataURL)
const href = window.getObjectURL(blob) const href = window.getObjectURL(blob)
window.download(href, fileName); window.download(href, fileName, 'image/png');
} }
window.getCouponRule = record => { window.getCouponRule = record => {
......
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