浏览代码

数字货架列表显示扫描次数scanVinCount

chenrui 2 年之前
父节点
当前提交
c726e6a056
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/vinAnalyse/shelfList.vue

+ 1 - 1
pages/vinAnalyse/shelfList.vue

@@ -29,7 +29,7 @@
 						<view class="item-detail">
 							<view>
 								累计扫描VIN数量:
-								<text class="item-detail-text">{{item.scanVinCount}}</text>
+								<text class="item-detail-text">{{item.scanVinCount || 0}}</text>
 							</view>
 						</view>
 					</view>