From 11653e2fbcd2c42317d838e2b7e129df0efd2f97 Mon Sep 17 00:00:00 2001 From: Yu Date: Thu, 16 Dec 2021 17:12:23 +0800 Subject: [PATCH] #545 fix lvmqq lose --- .../app/src/main/resources/templates/apps/im/leavemsg.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact-center/app/src/main/resources/templates/apps/im/leavemsg.pug b/contact-center/app/src/main/resources/templates/apps/im/leavemsg.pug index 59d24798..08ce1ec1 100644 --- a/contact-center/app/src/main/resources/templates/apps/im/leavemsg.pug +++ b/contact-center/app/src/main/resources/templates/apps/im/leavemsg.pug @@ -50,7 +50,7 @@ html p span 您的地址: input(type="text", class="txt01 txt02", name="address", maxlength="50") - if nviteData.lvmqq + if inviteData.lvmqq p span 您的QQ: input(type="text", class="txt01 txt02", name="qq", maxlength="30")