bug
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
const data = this.configList[this.currIndex]
|
const data = this.configList[this.currIndex]
|
||||||
uni.navigateTo({
|
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}`
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -109,6 +109,7 @@
|
|||||||
albumId: this.albumId,
|
albumId: this.albumId,
|
||||||
photoUrl: this.img,
|
photoUrl: this.img,
|
||||||
watermarkType: this.type,
|
watermarkType: this.type,
|
||||||
|
fileId: this.fileId,
|
||||||
templateId: this.templateId
|
templateId: this.templateId
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user