diff --git a/src/saas/AppCountryAlbum/components/report/RenderContent.vue b/src/saas/AppCountryAlbum/components/report/RenderContent.vue index 330b6bc9..9454e9e0 100644 --- a/src/saas/AppCountryAlbum/components/report/RenderContent.vue +++ b/src/saas/AppCountryAlbum/components/report/RenderContent.vue @@ -84,7 +84,7 @@ }, remove () { - this.$confirm('确定删除该条数据?').then(() => { + this.$confirm(this.type === 'text' ? '确定删除该条数据?' : '确定删掉该图片?').then(() => { this.$emit('onLongpress', { type: this.type, value: this.value,