MrShi
2026-04-21 e5a79864b82abe2bf62e0e6e4861d8d92785722b
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()
      },