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

@@ -71,7 +71,8 @@
albumId: '',
templateId: '',
isShow: false,
currIndex: 0
currIndex: 0,
fileId: ''
}
},
@@ -90,6 +91,7 @@
this.type = query.type
this.templateId = query.templateId
this.albumId = query.albumId
this.fileId = query.fileId
this.getWatermarkList()
},