|
|
@@ -111,7 +111,7 @@ export default {
|
|
|
progressFlag: false,
|
|
|
percentage: 0,
|
|
|
timeFlag: null,
|
|
|
- imageAIVerifyFlag: true,
|
|
|
+ imageAIVerifyFlag: false,
|
|
|
imageAIVerifyData: null, //图匠校验返回的数据
|
|
|
meidaId: '', //当前上传图片id
|
|
|
addressesRemark: '', //当前位置信息
|
|
|
@@ -217,7 +217,7 @@ export default {
|
|
|
uploadImagev(meidaId, addressesRemark) {
|
|
|
// 初始化重置 图匠校验
|
|
|
this.resetProgress();
|
|
|
- // this.close();
|
|
|
+ this.close();
|
|
|
var that = this;
|
|
|
var parentCollectionId = null;
|
|
|
if (that.parentCollectionId != null && that.parentCollectionId != 'null') {
|