|
|
@@ -415,6 +415,9 @@ export default {
|
|
|
if (document.getElementById('d2sub')) {
|
|
|
document.getElementById('d2sub').textContent = '上传中';
|
|
|
}
|
|
|
+ if (document.getElementById('d2name')) {
|
|
|
+ document.getElementById('d2name').textContent = '正在上传。。。';
|
|
|
+ }
|
|
|
this.uploadImgFlag = false;
|
|
|
},
|
|
|
// 照片是否入库,1.照片识别三次不通过仍要上传,2.照片识别通过
|