@@ -117,8 +117,8 @@ export default {
if (this.userInfo.photoMethod == '1') {
this.imgArr = val || [];
} else {
+ this.imgArr = [];
if (this.formData.mediaInfos) {
- this.imgArr = [];
getTicketFun(['downloadImage']).then(() => {
this.downloadImage(this.formData.mediaInfos);
});