Commit b7684760 authored by 肖健's avatar 肖健

删除不需要的

parent d1bfbd27
...@@ -339,7 +339,6 @@ ...@@ -339,7 +339,6 @@
}).then(res => { }).then(res => {
if(res && res.length > 0) { if(res && res.length > 0) {
let resultArr = [] let resultArr = []
let indexSize = Math.ceil(res / 2)
let startIdx = 0 let startIdx = 0
res.forEach(function (value, index) { res.forEach(function (value, index) {
if(index % 2 == 0) { if(index % 2 == 0) {
......
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