This commit is contained in:
yanran200730
2022-05-30 15:35:37 +08:00
parent 413d779486
commit 4d965de215
3 changed files with 75 additions and 7 deletions

View File

@@ -92,7 +92,7 @@
},
remove () {
this.$confirm('确定删除该相册?').then(() => {
this.$confirm('确定删除该相册?相册删除后,相册内的照片会同步删除!').then(() => {
this.$http.post(`/api/appalbum/delete?ids=${this.id}`).then(res => {
if (res.code == 0) {
this.$u.toast('删除成功')