代码上传
This commit is contained in:
parent
cb9abe5d36
commit
cf73fa9d50
|
@ -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([]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user