feat 添加发票域名

develop
GJW200011 4 years ago
parent f673a68e49
commit 1f3b0ef915

@ -19,6 +19,11 @@ Page({
},
get_download(e) {
// console.log(e);
wx.showLoading({
title: '正在加载',
mask: true,
})
let url = e.currentTarget.dataset.url
wx.downloadFile({
url,
@ -35,8 +40,11 @@ Page({
console.log('打开文档成功')
}
})
}
},
})
setTimeout(() => {
wx.hideLoading()
}, 1000);
},
/**
* 生命周期函数--监听页面初次渲染完成

Loading…
Cancel
Save