|
@@ -17660,14 +17660,15 @@ window.Modernizr = function(n, e, t) {
|
|
const myArr3 =[]
|
|
const myArr3 =[]
|
|
const myArr4 =[]
|
|
const myArr4 =[]
|
|
const myArr5 =[]
|
|
const myArr5 =[]
|
|
|
|
+ console.log(9999999999,this.hotGroup)
|
|
this.hotGroup.children.forEach((hot,index)=>{
|
|
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(hot.info.actionType.openHot){/* hot.texType == 'shine' */
|
|
- if(index<=17) myArr1.push(hot)
|
|
|
|
- else if(index>17&&index<=25) myArr2.push(hot)
|
|
|
|
|
|
+ if(index<=17||index===51||index===52) myArr1.push(hot)
|
|
|
|
+ else if((index>17&&index<=25)||index===53) myArr2.push(hot)
|
|
else if(index>25&&index<=34) myArr3.push(hot)
|
|
else if(index>25&&index<=34) myArr3.push(hot)
|
|
else if(index>34&&index<=46) myArr4.push(hot)
|
|
else if(index>34&&index<=46) myArr4.push(hot)
|
|
- else myArr5.push(hot)
|
|
|
|
|
|
+ else if(index>46&&index<=53) myArr5.push(hot)
|
|
// let ul = document.createElement('ul');
|
|
// let ul = document.createElement('ul');
|
|
// let li = document.createElement('li');
|
|
// let li = document.createElement('li');
|
|
// let span = document.createElement('span');
|
|
// let span = document.createElement('span');
|
|
@@ -17802,7 +17803,7 @@ window.Modernizr = function(n, e, t) {
|
|
})
|
|
})
|
|
}
|
|
}
|
|
this.createHotItem( );
|
|
this.createHotItem( );
|
|
- Hot.createHotList();
|
|
|
|
|
|
+ // Hot.createHotList();
|
|
Hot.startLoad()
|
|
Hot.startLoad()
|
|
|
|
|
|
|
|
|