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.
|
|
|
<page-meta>
|
|
|
|
<navigation-bar loading="{{loading}}"/>
|
|
|
|
</page-meta>
|
|
|
|
<require-login message="点击登录后查看消息通知"/>
|
|
|
|
<nav-bar bar-class="navbar" current="{{current}}" list="{{list}}" itemWidth="0" type="cap" bg="transparent" mg="8" bindchange="changeType"/>
|
|
|
|
<scroll-view class="tidings" refresher-enabled="1" scroll-y="1" bindrefresherrefresh="onPullDownRefresh" bindscrolltolower="_onReachBottom" lower-threshold="120" scroll-top="{{scrollTop}}">
|
|
|
|
<view class="message" wx:if="{{course_apply_count}}" bindtap="onTapMessage">
|
|
|
|
您有{{course_apply_count}}条课堂申请待审批
|
|
|
|
</view>
|
|
|
|
<view class="tiding-wrap" wx:for="{{tidings}}" wx:key="id">
|
|
|
|
<tiding-item data="{{item}}"/>
|
|
|
|
</view>
|
|
|
|
</scroll-view>
|
|
|
|
|