注意:该api 在 uni-app下是没有的,需要观看 微信小程序的开发文档:
用法如下
wx.downloadFile({
url: this.detail.banner[0],
success: (res) => {
wx.showShareImageMenu({
path: res.tempFilePath
})
}
})
用法如下
wx.downloadFile({
url: this.detail.banner[0],
success: (res) => {
wx.showShareImageMenu({
path: res.tempFilePath
})
}
})