Browse Source

no message

DESKTOP-SVI9JE1\muzen 2 years atrás
parent
commit
f3d58448c7
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/pages/help/index.vue

+ 4 - 3
src/pages/help/index.vue

@@ -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));
       }
     },