|
@@ -9,7 +9,7 @@
|
|
|
<!-- 课程列表 -->
|
|
|
<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"
|
|
|
:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh"
|
|
|
- class="phone-scroll-view">
|
|
|
+ class="phone-scroll-nobottom-view">
|
|
|
<uni-list>
|
|
|
<uni-list-item v-for="item in data.list" class="banzheng-list-item-box">
|
|
|
<template v-slot:body>
|
|
@@ -47,7 +47,7 @@
|
|
|
</scroll-view>
|
|
|
|
|
|
<!-- 页面底端 -->
|
|
|
- <customTabbarClientVue></customTabbarClientVue>
|
|
|
+ <!-- <customTabbarClientVue></customTabbarClientVue> -->
|
|
|
<!-- 筛选 -->
|
|
|
<filter-dialog ref="filterDialogRef" @confirm-btn="confirmBtn"></filter-dialog>
|
|
|
<!-- 搜索 -->
|