template.wxml 232 Bytes Raw Blame History Permalink 1 2 3 4 5 <template name="t1"> <scroll-view class="news" scroll-y="true" upper-threshold="0" bindscrolltolower="toLowerLoadNews" bindscrolltoupper="toUpperLoadNews" style="height:{{newsPanelHeight}}px;"> ... </scroll-view> </template>