|
@@ -98,9 +98,10 @@ export default {
|
|
|
selectImageCount.postMessage(`${this.form.imageFiles.length}`)
|
|
|
selectImage.postMessage('获取相册信息')
|
|
|
window['receiveImageAddress'] = res => {
|
|
|
- JSON.parse(res).addressList.map(i => {
|
|
|
- this.form.imageFiles.push(i)
|
|
|
- })
|
|
|
+ // JSON.parse(res).addressList.map(i => {
|
|
|
+ // this.form.imageFiles.push(i)
|
|
|
+ // })
|
|
|
+ console.log(JSON.parse(res));
|
|
|
}
|
|
|
},
|
|
|
|