|
|
@@ -217,6 +217,7 @@ export default {
|
|
|
console.log(source);
|
|
|
// 0=企业微信,1=H5相机
|
|
|
if (this.userInfo.photoMethod == '0') {
|
|
|
+ this.isUploadImg = false;
|
|
|
this.imgArr = this.imgArr.concat(
|
|
|
localIds.map((item) => {
|
|
|
return {
|
|
|
@@ -225,7 +226,6 @@ export default {
|
|
|
};
|
|
|
}),
|
|
|
);
|
|
|
- this.isUploadImg = false;
|
|
|
this.$nextTick(() => {
|
|
|
this.syncUpload(localIds);
|
|
|
});
|