<#-- 添加问题 集合--> <@function> <#-- 返回Map类型 --> <#assign returnValue = questionRelated_addQuestion_collection> <#-- 全局允许提交问题 --> <#if returnValue['allowQuestion'] == true>
<#-- 提交问题最多可选择标签数量 --> <#-- 提交后跳转参数 参数必须经过encodeBase64URL编码后才能提交 不填写时默认跳转回当前页 -->
${(error['title'])!}
<#if returnValue['questionRewardAmountMax'] == null || (returnValue['questionRewardAmountMax'] != null && returnValue['questionRewardAmountMax'] gt 0)>
${(error['amount'])!} <#if returnValue['questionRewardAmountMin'] gt 0> 悬赏金额不能少于 ${returnValue['questionRewardAmountMin']} 元; <#if returnValue['questionRewardAmountMax'] != null && returnValue['questionRewardAmountMax'] gt 0> 悬赏金额不能超过${returnValue['questionRewardAmountMax']} 元; 用户共有金额 ${returnValue['maxDeposit']} 元
<#if returnValue['questionRewardPointMax'] == null || (returnValue['questionRewardPointMax'] != null && returnValue['questionRewardPointMax'] gt 0)>
积分 ${(error['point'])!} <#if returnValue['questionRewardPointMin'] gt 0> 悬赏积分不能少于${returnValue['questionRewardPointMin']}; <#if returnValue['questionRewardPointMax'] gt 0> 悬赏积分不能超过${returnValue['questionRewardPointMax']}; 用户共有积分 ${returnValue['maxPoint']}
<#list question.questionTagAssociationList as questionTagAssociation> ${questionTagAssociation.questionTagName}×
${(error['tagId'])!}

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

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

<#else>

全站关闭提问