评论组件显示测试 模拟商品详情页面的评论组件 调试信息 API已调用: {{debugInfo.apiCalled ? '是' : '否'}} 数据已接收: {{debugInfo.dataReceived ? '是' : '否'}} 错误信息: {{debugInfo.errorMessage}} 评论数量: {{commentsStatistics.commentCount}} 显示条件: commentCount > 0 = {{commentsStatistics.commentCount > 0}} 评论组件 ({{commentsStatistics.commentCount > 0 ? '应该显示' : '应该隐藏'}}) 商品评价 ({{commentsStatistics.commentCount}}) {{commentsStatistics.goodRate}}%好评 {{item.userName}} {{item.commentContent}} 暂无评论 (commentCount = {{commentsStatistics.commentCount}}) 原始API数据 {{debugInfo.rawData}} 处理后数据 {{debugInfo.processedData}}