From 9851855de81bac897e71d5a8f034e87722f47fd0 Mon Sep 17 00:00:00 2001 From: DevDengChao <2325690622@qq.com> Date: Thu, 5 Dec 2024 17:22:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=81=E8=AE=B8=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E8=AF=84=E4=BB=B7=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: DevDengChao <2325690622@qq.com> --- .../app/src/main/resources/templates/apps/im/chatbot/index.pug | 1 + .../app/src/main/resources/templates/apps/im/index.pug | 1 + 2 files changed, 2 insertions(+) diff --git a/contact-center/app/src/main/resources/templates/apps/im/chatbot/index.pug b/contact-center/app/src/main/resources/templates/apps/im/chatbot/index.pug index d0d64511..6d12b7c3 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/chatbot/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/chatbot/index.pug @@ -605,6 +605,7 @@ html //- 按钮 p.submitBtnWrap(style='margin-top: 0px') input.btn.submitBtn#submitBtn(type='submit', value='提 交') + input.btn.cancelBtn#cancelBtn(value='取 消', onclick='popup(\"none\")') script. var service_end = false; diff --git a/contact-center/app/src/main/resources/templates/apps/im/index.pug b/contact-center/app/src/main/resources/templates/apps/im/index.pug index cc1919e5..60c187f4 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/index.pug @@ -498,6 +498,7 @@ html //- 按钮 p.submitBtnWrap(style='margin-top: 0px') input.btn.submitBtn#submitBtn(type='submit', value='提 交') + input.btn.cancelBtn#cancelBtn(value='取 消', onclick='popup(\"none\")') script. function chatScorllBottom(box) {