pages/actionChange/components/rectificationInfor.vue
@@ -145,8 +145,11 @@ let name = item.fileType === 1 ? 'name.png' : 'name.mp4' this.fileList.push(`${this.baseUrl}/file/preview/${item.fileId}?${name}`) // 原图 }) console.log('this.fileList', this.basicInfor.fileBaseList) console.log('this.fileList', this.fileList) } let userInfor = JSON.parse(uni.getStorageSync('userInfor') || '{}') console.log('userInfor', userInfor) if (this.basicInfor.pageState === 'edit') { this.form.changeName = userInfor.userName } }, methods: {