Ver Fonte

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

chenrui há 2 anos atrás
pai
commit
c726e6a056
1 ficheiros alterados com 1 adições e 1 exclusões
  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>