| | |
| | | </view> |
| | | <!-- 页面内容 --> |
| | | <view class="m-p-15"> |
| | | <view class="cardList"> |
| | | <view class="cardList" v-if="quizList && quizList.length>0"> |
| | | <scroll-view scroll-y="true" class="scroll-Y" @scrolltoupper="upper" |
| | | @scrolltolower="lower" lower-threshold="150" @scroll="scrollView" style="height:100%"> |
| | | <view style="padding: 20px 0 20px"> |
| | |
| | | </view> |
| | | </scroll-view> |
| | | </view> |
| | | <u-empty style="margin-top: 80px" v-else text="暂无记录" mode="data"></u-empty> |
| | | </view> |
| | | <tabBar :currentPagePath="page"></tabBar> |
| | | </view> |
| | |
| | | getQuizHouse(t.classParams).then(res => { |
| | | if(res.code == 200) { |
| | | let list = res.data.list?res.data.list: []; |
| | | if (res.pageNum != 1) { |
| | | if (res.data.pageNum != 1) { |
| | | t.quizList = t.quizList.concat(list) |
| | | } else { |
| | | t.quizList = list |