代码上传

This commit is contained in:
yangchunyu 2024-06-28 11:21:08 +08:00
parent cb9abe5d36
commit cf73fa9d50

View File

@ -23,6 +23,7 @@
</view> </view>
</view> </view>
<view v-else-if="tabIndex === 1"> <view v-else-if="tabIndex === 1">
<view v-if="scheduleList.length > 0">
<view style="height: 20rpx;" /> <view style="height: 20rpx;" />
<view class="schedule-card" v-for="(item, index) in scheduleList" :key="index"> <view class="schedule-card" v-for="(item, index) in scheduleList" :key="index">
<view class="card-left"> <view class="card-left">
@ -54,10 +55,11 @@
<uni-icons type="down" size="30" color="#777777"></uni-icons> <uni-icons type="down" size="30" color="#777777"></uni-icons>
</view> </view>
</view> </view>
<!-- <view class="noData"> </view>
<view class="noData" v-else>
<image src="../../static/wangban/oe.png" style="width: 7.8rem; height: 5rem"></image> <image src="../../static/wangban/oe.png" style="width: 7.8rem; height: 5rem"></image>
<view style="font-size: 0.75rem; margin-top: 0.5rem; color: #767676">暂无数据</view> <view style="font-size: 0.75rem; margin-top: 0.5rem; color: #767676">暂无数据</view>
</view> --> </view>
</view> </view>
<view v-else-if="tabIndex === 2"> <view v-else-if="tabIndex === 2">
<view class="noData"> <view class="noData">
@ -123,7 +125,7 @@
} }
]) ])
// tab // tab
const tabIndex = ref(1); const tabIndex = ref(0);
// tabbar // tabbar
const tabbarRect = ref([]); const tabbarRect = ref([]);