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.
17 lines
751 B
17 lines
751 B
<scroll-view scroll-y="1" class="path-body" refresher-enabled="1"
|
|
bindrefresherrefresh="onPullDownRefresh" bindscrolltolower="onReachBottom"
|
|
lower-threshold="200" bindrefresh="onPullDownRefresh">
|
|
<view>
|
|
<view class="nav-wrp">
|
|
<nav-bar list="{{list}}" type="line" itemWidth="0" mg="20" bindchange="onCateChange"/>
|
|
<nav-bar list="{{subList}}" cancellable="1" current="{{subCurrent}}"
|
|
type="cap" itemWidth="0" mg="12" bindchange="onSubCateChange"/>
|
|
</view>
|
|
<view class="subjects-list">
|
|
<view class="path-wrp" wx:for="{{subjects}}">
|
|
<path-item data="{{item}}"/>
|
|
</view>
|
|
<empty-page show="{{status==205}}" title="更多数据请访问EduCoder官网"/>
|
|
</view>
|
|
</view>
|
|
</scroll-view> |