Commit 51be3781 by 高淑倩

集点

parent 65e7cb51
...@@ -397,7 +397,6 @@ class WXService extends Http { ...@@ -397,7 +397,6 @@ class WXService extends Http {
let currentPaths = []; let currentPaths = [];
localPath.forEach(item => { localPath.forEach(item => {
console.log('---------', item, data) console.log('---------', item, data)
if (item.hasOwnProperty(data)) { if (item.hasOwnProperty(data)) {
currentPaths = item[data] currentPaths = item[data]
} else { } else {
......
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