wx.cloud.downloadFile下载云存储图片后,在addPhoneContact中photoFilePath如何引用
xxxx: async function(){
let res = await wx.cloud.downloadFile({…})
wx.saveFile({
tempFilePath: res.tempFilePath,
success(e) {
wx.addPhoneContact({
photoFilePath:e.savedFilePath
…
})
}