This commit is contained in:
yanran200730
2022-05-25 14:12:31 +08:00
parent cf813ed8ef
commit 7011108046

View File

@@ -117,6 +117,10 @@
},
toEdit () {
if (!this.list.length) {
return this.$u.toast('相册无照片,请上传照片')
}
this.linkTo(`./EditAlbum?id=${this.id}`)
},