From 341119dcd2776034b320ab49f9a4636c217598dc Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Wed, 3 Aug 2022 09:20:25 +0800 Subject: [PATCH] 782Bug --- front/src/views/demandCenter/demandDetails.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/demandCenter/demandDetails.vue b/front/src/views/demandCenter/demandDetails.vue index 40b0669f..67c8f99b 100644 --- a/front/src/views/demandCenter/demandDetails.vue +++ b/front/src/views/demandCenter/demandDetails.vue @@ -299,7 +299,7 @@ if (res.data.code == '0') { demandCommentApply({ id: res.data.data.id }).then((res1) => { if (res1.data.code == '0') { - message.success('提交评价成功!') + message.success('提交评价成功,请注意查看消息通知!') myComment.value = '' evaluateList() }