diff --git a/src/pages/user/questions-answers/community.vue b/src/pages/user/questions-answers/community.vue index a08271028ab510634cc6e954efb9773e812fc610..c7619b16849eadc70cc32a1fd63ff17127b8ce34 100644 --- a/src/pages/user/questions-answers/community.vue +++ b/src/pages/user/questions-answers/community.vue @@ -51,7 +51,7 @@ >
删除理由:
- {{ item.answer }} +
{ if (response.data.success == 1) { this.$message({ @@ -336,6 +335,7 @@ export default { }, delA() { let items = [{ id: this.delItem.id }]; + this.diaDelItem = false; this.$api.user.delAnswers(items).then((response) => { if (response.data.success == 1) { this.$message({