|
@@ -1761,10 +1761,13 @@ window.initHot = function(model){
|
|
|
|
|
|
|
|
|
Hot.createHotList = function() {
|
|
|
- if(!window.DATA.showHotListSta)return
|
|
|
+ // if(!window.DATA.showHotListSta)return
|
|
|
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
|
|
|
+
|
|
|
hots.forEach((hot)=>{
|
|
|
var li = document.createElement('li');
|
|
|
var span = document.createElement('span');
|