Browse Source

修复数据顺序

shaogen1995 4 years ago
parent
commit
9e1999519d
1 changed files with 3 additions and 4 deletions
  1. 3 4
      js/main_2020_show.js

+ 3 - 4
js/main_2020_show.js

@@ -17660,12 +17660,11 @@ window.Modernizr = function(n, e, t) {
                 const myArr3 =[]
                 const myArr4 =[]
                 const myArr5 =[]
-                console.log(9999999999,this.hotGroup)
                 this.hotGroup.children.forEach((hot,index)=>{
-                    // console.log(99999,index,hot.info.title)
+                    console.log(99999,index,hot.info.title)
                     if(hot.info.actionType.openHot){/* hot.texType == 'shine' */
-                        if(index<=17||index===51||index===52) myArr1.push(hot)
-                        else if((index>17&&index<=25)||index===53) myArr2.push(hot)
+                        if(index<=17||index===51||index===53) myArr1.push(hot)
+                        else if((index>17&&index<=25)||index===52) myArr2.push(hot)
                         else if(index>25&&index<=34) myArr3.push(hot)
                         else if(index>34&&index<=46) myArr4.push(hot)
                         else if(index>46&&index<=53) myArr5.push(hot)