Merge branch 'bjxz-cjw' into bjxz-dev
This commit is contained in:
commit
87ab2edd6f
@ -1784,18 +1784,6 @@ export default {
|
|||||||
this.$store.state.FILEURL + imgInfo.imageUrl;
|
this.$store.state.FILEURL + imgInfo.imageUrl;
|
||||||
this.cropperDialog = true;
|
this.cropperDialog = true;
|
||||||
}
|
}
|
||||||
// let imgStatus = result.file.size / 1024 < 500
|
|
||||||
// if (!imgStatus) {
|
|
||||||
// this.cropperOption.img =
|
|
||||||
// this.$store.state.FILEURL + imgInfo.imageUrl
|
|
||||||
// this.cropperDialog = true
|
|
||||||
// } else {
|
|
||||||
// if (this.isSzProject == 1) {
|
|
||||||
// this.checkImgLibrary(imgInfo.imageUrl)
|
|
||||||
// } else {
|
|
||||||
// this.checkFace(imgInfo.imageUrl)
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1261,13 +1261,16 @@ export default {
|
|||||||
loading.close();
|
loading.close();
|
||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
if(res.code == 200 && res.result.checkType == "1"){
|
this.cropperOption.img =
|
||||||
this.cropperOption.img =
|
this.$store.state.FILEURL + imgInfo.imageUrl;
|
||||||
this.$store.state.FILEURL + imgInfo.imageUrl;
|
this.cropperDialog = true;
|
||||||
this.cropperDialog = true;
|
// if(res.code == 200 && res.result.checkType == "1"){
|
||||||
}else{
|
// this.cropperOption.img =
|
||||||
this.$message.error(res.result.message)
|
// this.$store.state.FILEURL + imgInfo.imageUrl;
|
||||||
}
|
// this.cropperDialog = true;
|
||||||
|
// }else{
|
||||||
|
// this.$message.error(res.result.message)
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
// let imgStatus = result.file.size / 1024 < 500
|
// let imgStatus = result.file.size / 1024 < 500
|
||||||
// if (!imgStatus) {
|
// if (!imgStatus) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user