|
@@ -1636,6 +1636,7 @@ window.initHot = function(model){
|
|
|
var docFragment = document.createDocumentFragment();
|
|
|
var hots = hotGroup.children.filter(hot=>hot.info.actionType.openHot);
|
|
|
hots = hots.sort((a,b)=>{return a.order - b.order});
|
|
|
+ $("#hotListText span").html(hots.length)
|
|
|
hots.forEach((hot)=>{
|
|
|
var li = document.createElement('li');
|
|
|
var span = document.createElement('span');
|