Commit 6d51fd75 authored by Damon's avatar Damon

拍照-缺少水印设置引起的问题

parent cea23f26
......@@ -72,7 +72,7 @@
return
}
let path = ''
if(photo.tempPath.origin && photo.waterSetting.hasOrigin){
if(photo.tempPath.origin && photo?.waterSetting?.hasOrigin){
// 保存原图到本地
path = photo.tempPath.origin
let result = await this.saveLocal(path)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment