bug
This commit is contained in:
@@ -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}`
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user