| | |
| | | <template> |
| | | <view class="officialNotice wrapperLayer"> |
| | | <titleBar :titleText='"官方通知"' :pageForm='"officialNotice"'></titleBar> |
| | | <view class="pageContent-container colCen"> |
| | | <view class="pageContent-container colCen" v-if='noticeList.length>0'> |
| | | <block v-for="(items,index) in noticeList" :key="index"> |
| | | <view class="notice-items-container rowSta"> |
| | | <view class="leftsettingbox defIcon"> |
| | |
| | | |
| | | <aLoadMore :status="loadstatus" mode="loading3" :showTitle='true' color="#999999" ></aLoadMore> |
| | | </view> |
| | | <view v-else> |
| | | 暂无通知 |
| | | </view> |
| | | </view> |
| | | </template> |
| | | |