downloadImg: function(e){ //触发函数 console.log(e.currentTarget.dataset.url) wx.downloadFile({ url: e.currentTarget.dataset.url, //需要下载的图片url success: function (res) { //成功后的回调函数 wx.saveImageToPh
上一篇:如何一键提取微信图文中的背景图?
downloadImg: function(e){ //触发函数 console.log(e.currentTarget.dataset.url) wx.downloadFile({ url: e.currentTarget.dataset.url, //需要下载的图片url success: function (res) { //成功后的回调函数 wx.saveImageToPh
上一篇:如何一键提取微信图文中的背景图?