wx.saveImageToPhotosAlbum({
filePath:path.tempFilePath,
success:()=>{
message.error('保存成功').then(()=>{
this.setData({
draw:false
})
})
}
})