chenken 7 years ago
parent
commit
689c97f7f6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/index.vue

+ 1 - 2
src/views/index.vue

@@ -102,7 +102,6 @@
 		                }
 		            }
 		            if (_this.photoList.length < 1) {
-		                //检查看是否全部完成了
 		                console.log('photoList处理完毕');
 		                clearInterval(uploadTime);
 		            }
@@ -152,7 +151,7 @@
 		        	}else{
                 		this.finishOne(false,fileName,'查询身份证不存在',photo);
 		        	}
-                },(error)=>{
+                },(err)=>{
                 	this.finishOne(false,fileName,'根据身份证号码查询失败',photo);
                 });
 			},