@if(actionError()){
{{actionError()}}
}
京东五维评分标准:商品标题 30 分、核心卖点 25 分、图片资产 20 分、商品详情 15 分、规格与履约 10 分。只评价当前接口可读取的信息;图片暂不评价构图、清晰度和内容质量。
勾选商品后从页面顶部发起 Listing AI 评分
@if(store.loading()&&!store.items().length){
正在加载已同步的 Listing 数据,不会触发京东全量同步…
}@else if(store.error()){
{{store.error()}}
}@else if(store.empty()){
当前筛选没有商品。不会用模拟数据填充。
}@else{
@for(item of store.items();track item.productId){}
商品类目 / 商品规格资料状态评分状态智能评分状态当前得分评分方式数据更新时间
@if(item.imageUrl){}
{{item.title || '暂无商品标题'}}{{item.productId}} · {{item.itemStatusLabel}}
{{item.categoryText}}{{item.specificationCount ?? '—'}} 个商品规格{{item.dataStatusLabel}}{{item.scoreStatusLabel}}{{item.aiStatusLabel}}{{item.scoreText}}{{item.methodLabel}}{{item.syncedAt | date:'MM-dd HH:mm'}}查看详情
@if(store.nextCursor()){} }