修改上传图片安全验证问题
This commit is contained in:
@@ -17,7 +17,7 @@ export function saveImage(url) {
|
||||
await Taro.saveImageToPhotosAlbum({ filePath })
|
||||
Taro.showToast({ title: "保存成功" })
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
console.warn(e)
|
||||
Taro.showToast({ title: "图片保存失败", icon: "none" })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user