29836
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
return this.$u.toast('请选择相片')
|
||||
}
|
||||
|
||||
this.$confirm('确定删除该数据?').then(() => {
|
||||
this.$confirm('确定删除这些图片?').then(() => {
|
||||
this.$http.post(`/api/appalbumphoto/delete?ids=${this.chooseImg}`).then(res => {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast('删除成功')
|
||||
|
||||
Reference in New Issue
Block a user