<#-- 回复答案 --> <@function> <#-- 返回Map类型 --> <#assign returnValue = questionRelated_replyAnswer_collection> <#-- 全局允许提交回复 --> <#if returnValue['allowReply'] == true>
<#-- 提交后跳转参数 参数必须经过encodeBase64URL编码后才能提交 不填写时默认跳转回当前页 --> ${(error['content'])!} ${error['answerReply']}
<#-- 获取评论Id --> <#-- 获取令牌 -->
<#-- identificationNumber:识别号:用来区别每次请求 --> <#-- 验证码 --> <#if returnValue['captchaKey'] != "">
换一幅

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

<#else> <#-- 不允许回复答案 -->

不允许回复答案