<#-- 添加在线留言 --> <@function> <#-- 返回Map类型 --> <#assign returnValue = feedbackRelated_addFeedback_collection>
<#-- 全局允许提交在线留言 --> <#if returnValue['allowFeedback'] == true>

在线留言

* ${(error['name'])!}
* ${(error['contact'])!}
* ${(error['content'])!}
<#-- identificationNumber:识别号:用来区别每次请求 --> <#-- 验证码 --> <#if returnValue['captchaKey'] != "">
换一幅

<#-- 验证码错误 --> ${(error['captchaValue'])!}

${(error['feedback'])!} ${error['token']}
<#else>

在线留言已关闭