|
|
@@ -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)
|