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.
9 lines
277 B
9 lines
277 B
5 years ago
|
<view class="module">
|
||
|
<nav-bar list="{{list}}" itemWidth="-1" bindchange="onSwitchNav"/>
|
||
|
<scroll-view class="homeworks" scroll-y="1">
|
||
|
<view class="homework-wrap" wx:for="{{homeworks}}">
|
||
|
<shixun-homework-item data="{{item}}"/>
|
||
|
</view>
|
||
|
</scroll-view>
|
||
|
</view>
|