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()
      },
@@ -241,9 +246,9 @@
   }
   .header-title {
      font-size: 44rpx;
      font-weight: 600;
      color: #ffffff;
      font-size: 40rpx;
      color: #FFFFFF;
   }
   .tabs-row {
@@ -254,7 +259,7 @@
   .tabs-inner {
      display: inline-flex;
      align-items: center;
      gap: 12rpx;
      gap: 20rpx;
      white-space: nowrap;
   }