Procházet zdrojové kódy

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

chenrui před 2 roky
rodič
revize
c726e6a056
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>