测试信息
当前模式:
{{testMode === 'with-comments' ? '有评论模式' : '无评论模式'}}
评论数量:
{{debugInfo.commentCount}}
显示条件:
commentCount({{debugInfo.commentCount}}) > 0 = {{debugInfo.displayCondition ? 'true (应该显示)' : 'false (不应该显示)'}}
更新时间:
{{debugInfo.timestamp}}
商品ID验证测试
测试商品ID:
快速测试:
返回数据: {{item.data}}
错误信息: {{item.error}}
评论组件测试
评论组件显示区域
条件检查: commentsStatistics.commentCount = {{commentsStatistics.commentCount}}
显示条件: {{commentsStatistics.commentCount > 0 ? 'true (显示)' : 'false (隐藏)'}}
原始数据
commentsStatistics:
{{commentsStatistics}}
commentsList ({{commentsList.length}}条):
{{commentsList}}