当前模式:
{{testMode === 'with_comments' ? '有评论' : '无评论'}}
评论数量:
{{commentsStatistics.commentCount}}
显示条件:
调试信息
wx:if 条件: commentsStatistics.commentCount > 0
实际值: {{commentsStatistics.commentCount}} > 0
结果: {{commentsStatistics.commentCount > 0}}
应该显示: {{commentsStatistics.commentCount > 0 ? '是' : '否'}}