template.wxml 232 Bytes
<template name="t1">
  <scroll-view class="news" scroll-y="true" upper-threshold="0" bindscrolltolower="toLowerLoadNews" bindscrolltoupper="toUpperLoadNews" style="height:{{newsPanelHeight}}px;">
    ...
  </scroll-view>
</template>