MrShi
2026-04-21 cce741189bfa7063cf0ee83e0a11df1ab539958c
small-program/pages/itinerary/itinerary.vue
@@ -95,12 +95,17 @@
            <view v-else-if="!hasNext && dataList.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'
   export default {
      components: {
         CustomTabbar
      },
      computed: {
         ...mapState(['navHeight', 'statusbarHeight'])
      },