|
@@ -178,10 +178,10 @@ export default {
|
|
|
? this.imageAIVerifyData.npkpiData
|
|
? this.imageAIVerifyData.npkpiData
|
|
|
: this.imageAIVerifyData[0].npkpiData;
|
|
: this.imageAIVerifyData[0].npkpiData;
|
|
|
this.shopSignMatchList = this.npkpiData.shopSignMatchList;
|
|
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) {
|
|
if (this.npkpiData.checkInfo) {
|