small-program/pages/itinerary/itinerary.vue
@@ -94,11 +94,13 @@ <view v-else-if="!hasMore && visibleOrders.length" class="loading-text">没有更多了</view> </view> </view> <custom-tabbar></custom-tabbar> </view> </template> <script> import { mapState } from 'vuex' import CustomTabbar from '@/components/custom-tabbar/custom-tabbar.vue' const baseOrders = [ { @@ -138,6 +140,9 @@ ] export default { components: { CustomTabbar }, onReachBottom() { this.loadMore() },