diff --git a/src/apps/AppVillageDiscuss/Detail.vue b/src/apps/AppVillageDiscuss/Detail.vue index e98aed89..8cd9c271 100644 --- a/src/apps/AppVillageDiscuss/Detail.vue +++ b/src/apps/AppVillageDiscuss/Detail.vue @@ -256,7 +256,7 @@ export default { id: this.id }).then((res) => { if (res?.code == 0) { - this.$u.toast('已结束公示!') + this.$u.toast('结束公示成功!') this.getDetail() } })