diff --git a/project/pidu/app/AppGoods/components/List.vue b/project/pidu/app/AppGoods/components/List.vue index cda37b81..02896a98 100644 --- a/project/pidu/app/AppGoods/components/List.vue +++ b/project/pidu/app/AppGoods/components/List.vue @@ -182,7 +182,7 @@ }, remove (id) { - this.$confirm('确定删除该数据?').then(() => { + this.$confirm('删除后,商品将不可恢复,是否继续?').then(() => { this.instance.post(`/app/appintegralmerchandise/delete?ids=${id}`).then(res => { if (res.code == 0) { this.$message.success('删除成功!')