评论API测试页面 测试配置 商品ID (spuId): 测试操作 评论统计API测试结果 API调用状态: {{testResults.statsApiCalled ? '已调用' : '未调用'}} 调用结果: {{testResults.statsApiSuccess ? '成功' : '失败'}} 错误信息: {{testResults.statsApiError}} 原始数据: {{testResults.statsRawData}} 处理后数据: {{testResults.finalCommentsStatistics}} 显示条件: commentCount > 0 = {{testResults.shouldDisplay ? 'true (应该显示)' : 'false (不应该显示)'}} 评论列表API测试结果 API调用状态: {{testResults.listApiCalled ? '已调用' : '未调用'}} 调用结果: {{testResults.listApiSuccess ? '成功' : '失败'}} 错误信息: {{testResults.listApiError}} 原始数据: {{testResults.listRawData}} 处理后评论列表 ({{testResults.finalCommentsList.length}}条): {{testResults.finalCommentsList}} 模拟评论组件显示 显示条件: commentCount({{testResults.finalCommentsStatistics.commentCount}}) > 0 = {{testResults.shouldDisplay}} 商品评价 ({{testResults.finalCommentsStatistics.commentCount}}) 好评率 {{testResults.finalCommentsStatistics.goodRate}}% {{item.userName}} {{item.commentScore}}分 {{item.commentContent}} {{item.commentTime}} 评论组件不显示 (commentCount = {{testResults.finalCommentsStatistics.commentCount}})