This commit is contained in:
yanran200730
2022-06-15 16:35:38 +08:00
parent d8eadba6ba
commit 77799cefe9
2 changed files with 2 additions and 1 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}&fileId=${res.data.fileId}&type=${data.watermarkType}&templateId=${data.id}`
url: `./ReportImg?albumId=${this.albumId}&img=${res.data.url}&fileId=${res.data.id}&type=${data.watermarkType}&templateId=${data.id}`
})
}

View File

@@ -109,6 +109,7 @@
albumId: this.albumId,
photoUrl: this.img,
watermarkType: this.type,
fileId: this.fileId,
templateId: this.templateId
}).then(res => {
if (res.code === 0) {