|
|
@@ -125,7 +125,7 @@ export default {
|
|
|
if (this.userInfo.photoMethod == '1') {
|
|
|
this.imgArr = this.fileInfoList || [];
|
|
|
} else {
|
|
|
- // this.imgArr = [];
|
|
|
+ this.imgArr = val.mediaInfos || [];
|
|
|
// if (this.formData.mediaInfos) {
|
|
|
// getTicketFun(['downloadImage']).then(() => {
|
|
|
// this.toastLoading(0, '加载中,请稍候...', true);
|