代码上传
This commit is contained in:
parent
cb9abe5d36
commit
cf73fa9d50
|
@ -23,41 +23,43 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-else-if="tabIndex === 1">
|
<view v-else-if="tabIndex === 1">
|
||||||
<view style="height: 20rpx;" />
|
<view v-if="scheduleList.length > 0">
|
||||||
<view class="schedule-card" v-for="(item, index) in scheduleList" :key="index">
|
<view style="height: 20rpx;" />
|
||||||
<view class="card-left">
|
<view class="schedule-card" v-for="(item, index) in scheduleList" :key="index">
|
||||||
<view class="content-top">
|
<view class="card-left">
|
||||||
<view style="display: flex; align-items: center;">
|
<view class="content-top">
|
||||||
<image src="../../static/ax3.png" class="image"></image>
|
<view style="display: flex; align-items: center;">
|
||||||
<text style="font-size: 36rpx;">{{item.title}}</text>
|
<image src="../../static/ax3.png" class="image"></image>
|
||||||
|
<text style="font-size: 36rpx;">{{item.title}}</text>
|
||||||
|
</view>
|
||||||
|
<view class="car-center-tag">
|
||||||
|
<text style="font-size: 20rpx;">评价</text>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="car-center-tag">
|
<view class="content-bottom">
|
||||||
<text style="font-size: 20rpx;">评价</text>
|
<view class="card-content">
|
||||||
|
<text>业务流水号</text>
|
||||||
|
<text>{{item.cardNmu}}</text>
|
||||||
|
</view>
|
||||||
|
<view class="card-content">
|
||||||
|
<text>申请时间</text>
|
||||||
|
<text>{{item.time}}</text>
|
||||||
|
</view>
|
||||||
|
<view class="card-content">
|
||||||
|
<text>受理进度</text>
|
||||||
|
<text>{{item.plan}}</text>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="content-bottom">
|
<view class="card-right">
|
||||||
<view class="card-content">
|
<uni-icons type="down" size="30" color="#777777"></uni-icons>
|
||||||
<text>业务流水号</text>
|
|
||||||
<text>{{item.cardNmu}}</text>
|
|
||||||
</view>
|
|
||||||
<view class="card-content">
|
|
||||||
<text>申请时间</text>
|
|
||||||
<text>{{item.time}}</text>
|
|
||||||
</view>
|
|
||||||
<view class="card-content">
|
|
||||||
<text>受理进度</text>
|
|
||||||
<text>{{item.plan}}</text>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="card-right">
|
|
||||||
<uni-icons type="down" size="30" color="#777777"></uni-icons>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="noData">
|
<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([]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user