list-hot.html 383 B

12345678910111213
  1. <dl class="fly-panel fly-list-one">
  2. <dt class="fly-panel-title">本周热议</dt>
  3. {{# d.hotda.forEach(function(item){ }}
  4. <dd>
  5. <a href="/jie/{{item.id}}/">{{= item.title }}</a>
  6. <span><i class="iconfont icon-pinglun1"></i> {{item.comment}}</span>
  7. </dd>
  8. {{# }); }}
  9. {{# if(d.hotda.length === 0){ }}
  10. <div class="fly-none">没有相关数据</div>
  11. {{# } }}
  12. </dl>