From d5bdc4d89f84d9b97db3f063fae2544d2b96a01b Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 7 Jan 2022 17:23:13 +0800 Subject: [PATCH] 26528 --- src/apps/AppVillageDiscuss/Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } })