建议通过 getContext().filesDir + fileName 的形式获取文件路径,并赋值给页面变量 this.filePath
Image 文件路径前需要加上 文件协议 即: Image('file://' + this.filePath)
建议通过 getContext().filesDir + fileName 的形式获取文件路径,并赋值给页面变量 this.filePath
Image 文件路径前需要加上 文件协议 即: Image('file://' + this.filePath)