Commit 1c50e471 authored by 小费同学阿's avatar 小费同学阿 💬

问题一:图片上传修复

parent ea4689b0
...@@ -334,6 +334,7 @@ export default { ...@@ -334,6 +334,7 @@ export default {
// 根据resultInfo的key拿到Android实时推送的数据解析后赋值回显 // 根据resultInfo的key拿到Android实时推送的数据解析后赋值回显
// [{rssi: '-75.60', typeId: 'Exxxxxxx' }] // [{rssi: '-75.60', typeId: 'Exxxxxxx' }]
let resList = JSON.parse(args) let resList = JSON.parse(args)
console.log('resultInfo的数据', resList)
}) })
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment