From a2ba873ee0f630a978a3d7e35c6afa44387e902d Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 22 Dec 2021 11:46:20 +0800 Subject: [PATCH] 25588 --- packages/3.0.0/AppVillageAlbum/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/3.0.0/AppVillageAlbum/components/List.vue b/packages/3.0.0/AppVillageAlbum/components/List.vue index 4bb754fc..9c254fa6 100644 --- a/packages/3.0.0/AppVillageAlbum/components/List.vue +++ b/packages/3.0.0/AppVillageAlbum/components/List.vue @@ -148,7 +148,7 @@ }, remove (id) { - this.$confirm('确定删除该数据?').then(() => { + this.$confirm('确定删除该相片?').then(() => { this.instance.post(`/app/appvillagepicturealbum/delete?ids=${id}`).then(res => { if (res.code == 0) { this.$message.success('删除成功!')