mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 21:26:44 +08:00
图片上传修改
This commit is contained in:
@@ -175,7 +175,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
// 补充资料问题件被保人上传身份证照片
|
||||
async uploadSupplementImg(file) {
|
||||
async uploadSupplementImg() {
|
||||
if (this.isWeixin) {
|
||||
localStorage.setItem('supplementImages', JSON.stringify(this.imageList))
|
||||
}
|
||||
@@ -393,8 +393,8 @@ export default {
|
||||
this.imageResultList.push(result)
|
||||
}
|
||||
} else {
|
||||
for (let file of this.imageList) {
|
||||
let res = await this.afterRead({ file: file })
|
||||
for (let image of this.imageList) {
|
||||
let res = await this.afterRead({ file: image.file })
|
||||
let result = {
|
||||
rgssUrl: res.path,
|
||||
imageInfoType: 1,
|
||||
|
||||
Reference in New Issue
Block a user