|
@@ -1912,9 +1912,10 @@ window.initHot = function(model){
|
|
|
|
|
|
Hot.createHotList = function() {
|
|
|
//if(!window.DATA.showHotListSta)return
|
|
|
- var docFragment = document.createDocumentFragment();
|
|
|
- var hots = hotGroup.children.filter(hot=>hot.info.actionType.openHot);
|
|
|
+ var docFragment = document.createDocumentFragment();
|
|
|
+ var hots = hotGroup.children.filter(hot=>hot.info.actionType.openHot);
|
|
|
hots = hots.sort((a,b)=>{return a.order - b.order});
|
|
|
+ window.myHotList = hots //add
|
|
|
hots.forEach((hot)=>{
|
|
|
var li = document.createElement('li');
|
|
|
var span = document.createElement('span');
|