Commit f75686c5 authored by qipeng's avatar qipeng

代码优化

parent 1605a3a9
......@@ -117,6 +117,15 @@ export default {
})
},
downLoadImg(imgUrl){
// uni.setClipboardData({
// data: imgUrl, // e是你要保存的内容
// success: function () {
// uni.showToast({
// title:'复制成功,请到本地浏览器下载发票',
// icon:'none'
// })
// }
// })
uni.showLoading({
title: '下载中',
mask: true
......
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