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']) },