cms icon indicating copy to clipboard operation
cms copied to clipboard

【BUG】IF判断文章是否为推荐等文章属性均无效

Open powerren opened this issue 3 years ago • 2 comments

<stl:if type="IsRecommend">

"IsTop" 内容属性为置顶 "IsRecommend" 内容属性为推荐 "IsHot" 内容属性为热点 "IsColor" 内容属性为醒目

这样的判断在内容页中都无效

powerren avatar Mar 11 '22 10:03 powerren

if 后面还得加属性。判断这个 属性是 true 还是false op="Equals” value=“true”

jiangbin4586 avatar Mar 15 '22 02:03 jiangbin4586

if 后面还得加属性。判断这个 属性是 true 还是false op="Equals” value=“true”

谢谢回复。我看官方的说明,以为不用加条件就可以自己判断了。后来我用如下解决了。 <stl:if type="Recommend" op="NotEquals" value="False">

powerren avatar Mar 15 '22 02:03 powerren