Quellcode durchsuchen

Merge branch 'release'

zhujindu vor 2 Monaten
Ursprung
Commit
69b2300a8b
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      src/components/imageAIVerifyErr.vue

+ 3 - 1
src/components/imageAIVerifyErr.vue

@@ -193,7 +193,9 @@ export default {
       this.lastVisitUrl = imageAIVerifyData.lastVisitUrl || ''; //	上次拜访时店招
       this.storeIDCardUrl = imageAIVerifyData.storeIDCardUrl || ''; //	门店身份证
       this.tsjErrorMsg = imageAIVerifyData.tsjErrorMsg || ''; //	调色机识别结果
-      this.deliveryCode = this.npkpiData.colorantDispenserInfo.deliveryCode || ''; //AI识别投放编号
+      this.deliveryCode = this.npkpiData.colorantDispenserInfo
+        ? this.npkpiData.colorantDispenserInfo.deliveryCode
+        : ''; //AI识别投放编号
       // 先判断照片作弊情况,然后是否合格,然后是否和历史照片一致
       // 作弊和不合格记录识别次数,超过两次弹框提醒
       if (this.npkpiData.checkInfo) {