This commit is contained in:
nyoung 2024-08-21 23:48:29 +08:00
parent 5151007fd3
commit 2063e89028
2 changed files with 60 additions and 58 deletions

View File

@ -2,11 +2,8 @@
<template> <template>
<view class="content"> <view class="content">
<view style="background: #317dfa">
<VNavigationBar title="扣车管理"></VNavigationBar> <VNavigationBar title="扣车管理"></VNavigationBar>
<!-- <view class="top-icon">-->
<!-- <view class="h-text" style="font-size: 20px;font-weight: bold;color: white" @click="getback()"><</view>-->
<!-- <div style="text-align: center;width: 100%;color: white;">扣车管理</div>-->
<!-- </view>-->
<view class="search-box"> <view class="search-box">
<view class="s-input"> <view class="s-input">
<uni-icons type="search" color=" #999999" size="16"></uni-icons> <uni-icons type="search" color=" #999999" size="16"></uni-icons>
@ -32,6 +29,7 @@
<view style="margin-bottom: 4px;">已还车 ({{three}}) </view> <view style="margin-bottom: 4px;">已还车 ({{three}}) </view>
<view class="gang" v-if="8 == gindex"></view> <view class="gang" v-if="8 == gindex"></view>
</view> </view>
</view>
</view> </view>
<view class="dil"> <view class="dil">
<view class="ques" v-if="orderList.length== 0 "> <view class="ques" v-if="orderList.length== 0 ">
@ -341,7 +339,6 @@
} }
.search-box{ .search-box{
background: rgb(49, 125, 250);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -379,7 +376,6 @@
.top-tap { .top-tap {
width: 100%; width: 100%;
background: #317dfa;
display: flex; display: flex;
align-items: center; align-items: center;
box-sizing: border-box; box-sizing: border-box;

View File

@ -1,12 +1,13 @@
<template> <template>
<view class="content"> <view class="content">
<view style="background: #317dfa">
<view class="c-top"> <view class="c-top">
<view style="width: 10%; height: 1px;"></view> <view style="width: 10%; height: 1px;"></view>
<view class="X-title">个人中心</view> <view class="X-title">个人中心</view>
<view style="width: 10%;font-size: 18px;font-weight: bold;color: white">···</view> <view style="width: 10%;font-size: 18px;font-weight: bold;color: white">···</view>
</view> </view>
<view style="justify-content: space-between;background-color: #317dfa;display: flex; align-items: center; margin-bottom: 20px;padding-bottom: 80px;"> <view style="justify-content: space-between;display: flex; align-items: center; margin-bottom: 20px;padding-bottom: 80px;">
<view class="touxiang-left"> <view class="touxiang-left">
<view class="touxiang"> <view class="touxiang">
<u-upload :fileList="fileList6" @afterRead="afterRead" @delete="deletePic" name="6" multiple <u-upload :fileList="fileList6" @afterRead="afterRead" @delete="deletePic" name="6" multiple
@ -29,7 +30,7 @@
<u-icon name="../../static/my/Compose.png" color="#ffffff" size="28" ></u-icon> <u-icon name="../../static/my/Compose.png" color="#ffffff" size="28" ></u-icon>
<text style="color: #9b9b9b;font-size: 18px;font-weight: normal">编辑</text> <text style="color: #9b9b9b;font-size: 18px;font-weight: normal">编辑</text>
</view> </view>
</view>
</view> </view>
<view class="ail"> <view class="ail">
@ -75,7 +76,7 @@
</view> </view>
<view class="dai-box"> <view class="dai-box">
<view class="vinput" @click="gogogog()"> <view class="vinput" @click="goAssess()">
<view class="dix"> <view class="dix">
<view class="d-img"> <view class="d-img">
<image src="../../static/my/编组 18@2x.png" mode=""></image> <image src="../../static/my/编组 18@2x.png" mode=""></image>
@ -324,6 +325,11 @@
this.getUserinfo() this.getUserinfo()
} }
}, },
goAssess(){
uni.navigateTo({
url: '/pages/rescue/historylist?id=4'
})
},
gogogog() { gogogog() {
uni.navigateTo({ uni.navigateTo({
url: '/pages/my/carManage' url: '/pages/my/carManage'