代码上传

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 v-else-if="tabIndex === 1">
<view v-if="scheduleList.length > 0">
<view style="height: 20rpx;" />
<view class="schedule-card" v-for="(item, index) in scheduleList" :key="index">
<view class="card-left">
@ -54,10 +55,11 @@
<uni-icons type="down" size="30" color="#777777"></uni-icons>
</view>
</view>
<!-- <view class="noData">
</view>
<view class="noData" v-else>
<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> -->
</view>
</view>
<view v-else-if="tabIndex === 2">
<view class="noData">
@ -123,7 +125,7 @@
}
])
// tab
const tabIndex = ref(1);
const tabIndex = ref(0);
// tabbar
const tabbarRect = ref([]);