This commit is contained in:
yanran200730
2022-06-15 16:30:45 +08:00
parent 07d8bb7dc0
commit d8eadba6ba
4 changed files with 6 additions and 35 deletions

View File

@@ -93,7 +93,7 @@
if (res.code === 0) {
const data = this.configList[this.currIndex]
uni.navigateTo({
url: `./ReportImg?albumId=${this.albumId}&img=${res.data.url}&type=${data.watermarkType}&templateId=${data.id}`
url: `./ReportImg?albumId=${this.albumId}&img=${res.data.url}&fileId=${res.data.fileId}&type=${data.watermarkType}&templateId=${data.id}`
})
}