From b1c7e3343b5c770cafb27342ecfb9d53c8a71ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=A6=E5=93=A5?= <17630302050@163.com> Date: Sun, 9 Nov 2025 20:09:50 +0800 Subject: [PATCH] wewe --- src/views/chat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/chat/index.vue b/src/views/chat/index.vue index 9c98efe..0559b21 100644 --- a/src/views/chat/index.vue +++ b/src/views/chat/index.vue @@ -949,7 +949,7 @@ const sendTemplateMessage = async (templateId) => { "template_id": route.query.template_id, "touser": activeUser.value.sender_id }).then((res) => { - if (res.succes == true) { + if (res.success == true) { ElMessage({ type: 'success', message: '模板消息发送成功' }) // 发送成功后,立即轮询获取最新消息以获取真实ID setTimeout(() => {