Commit 62b141ee authored by zhengke's avatar zhengke

删除不必要的代码

parent f25c4c85
...@@ -210,10 +210,6 @@ const GetTripFiledData = async () =>{ ...@@ -210,10 +210,6 @@ const GetTripFiledData = async () =>{
const travel = dataRes.data.data const travel = dataRes.data.data
const cursors = [] as Array<any> const cursors = [] as Array<any>
const elementsData = [] as Array<any> const elementsData = [] as Array<any>
// const elementsDatas = [] as Array<any>
// let slidesIndex = 0
// let elementsIndex = null
// let elementsHeight = 0
for (let index = 0; index < slidesData.length; index++) { for (let index = 0; index < slidesData.length; index++) {
const x = slidesData[index] as any; const x = slidesData[index] as any;
let eles = x.elements.filter(y=>y.groupId && y.groupId=='first_row') let eles = x.elements.filter(y=>y.groupId && y.groupId=='first_row')
......
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