29947
This commit is contained in:
@@ -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('删除成功')
|
||||
|
||||
Reference in New Issue
Block a user