|
|
@@ -325,12 +325,22 @@
|
|
|
uid: uidGenerator(),
|
|
|
name: getFileName(arr[a]),
|
|
|
status: 'done',
|
|
|
- url: this.url.imgerver + arr[a],
|
|
|
+ url: this.getAvatarView(arr[a]),
|
|
|
thUrl: arr[a]
|
|
|
})
|
|
|
}
|
|
|
this.fileList = fileList
|
|
|
},
|
|
|
+
|
|
|
+
|
|
|
+ getAvatarView(idcardPicture) {
|
|
|
+ if( idcardPicture.indexOf("http")!=-1){
|
|
|
+ return idcardPicture
|
|
|
+ }else{
|
|
|
+ return this.url.imgerver+idcardPicture
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
handleDateChange1(time){
|
|
|
this.getOneYearLaterTime(time)
|
|
|
}
|