Browse Source

图像识别页面优化

zhujindu 11 tháng trước cách đây
mục cha
commit
11ce49ce2f
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/components/imageAIVerifyErr.vue

+ 4 - 4
src/components/imageAIVerifyErr.vue

@@ -178,10 +178,10 @@ export default {
           ? this.imageAIVerifyData.npkpiData
           : this.imageAIVerifyData[0].npkpiData;
       this.shopSignMatchList = this.npkpiData.shopSignMatchList;
-      this.url = this.imageAIVerifyData.url; //	图片路径
-      this.createStoreUrl = this.imageAIVerifyData.createStoreUrl; //	建店时店招
-      this.lastVisitUrl = this.imageAIVerifyData.lastVisitUrl; //	上次拜访时店招
-      this.storeIDCardUrl = this.imageAIVerifyData.storeIDCardUrl; //	门店身份证
+      this.url = this.imageAIVerifyData.url || ''; //	图片路径
+      this.createStoreUrl = this.imageAIVerifyData.createStoreUrl || ''; //	建店时店招
+      this.lastVisitUrl = this.imageAIVerifyData.lastVisitUrl || ''; //	上次拜访时店招
+      this.storeIDCardUrl = this.imageAIVerifyData.storeIDCardUrl || ''; //	门店身份证
       // 先判断照片作弊情况,然后是否合格,然后是否和历史照片一致
       // 作弊和不合格记录识别次数,超过两次弹框提醒
       if (this.npkpiData.checkInfo) {