You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
439 B

<view class="my-shixun">
<require-login/>
<nav-bar list="{{cates}}" bindchange="onCateChange"/>
<scroll-view class="body" scroll-y="1" refresher-enabled="1" lower-threshold="140" bindrefresherrefresh="onPullDownRefresh" bindscrolltolower="onReachBottom">
<view class="shixun-wrap" wx:for="{{shixuns}}" wx:key="id">
<shixun-item data="{{item}}"/>
</view>
<empty-page show="{{status==205}}"/>
</scroll-view>
</view>