Commit cfe977aa authored by Damon's avatar Damon

身份证路径

parent b7554417
......@@ -361,7 +361,7 @@ export default {
this.fileInfo['other_photos'][photoType]['url'] = imgs.join(',')
return
}
this.fileInfo[uploadType] = (uploadType === 'id_card_front' || uploadType === 'id_card_back') ? uploadImgs[0].src : (uploadImgs[0].key || '')
this.fileInfo[uploadType] = uploadImgs[0].key || '' //(uploadType === 'id_card_front' || uploadType === 'id_card_back') ? uploadImgs[0].src : (uploadImgs[0].key || '')
},
toUploadImg(item, index) {
this.uploadType = item.filedName
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment