bike/page_user/qsdetail.vue

266 lines
5.4 KiB
Vue
Raw Normal View History

2024-05-08 23:18:30 +08:00
<template>
<view class="page">
<u-navbar title="问题上报详情" :border-bottom="false" :background="bgc" title-color='#000' title-size='36'
2024-06-03 18:06:08 +08:00
height='40'></u-navbar>
2024-05-08 23:18:30 +08:00
<view class="cont">
<view class="cont_top">
<view class="tit">
您的反馈已收到
</view>
<view class="txt">
我们会持续监测车辆状态非常感谢您的 上报
</view>
</view>
<view class="card">
<view class="card_tit">
报修进度
</view>
<view class="cont">
<view class="cont_li">
<view class="left">
<image src="https://api.ccttiot.com/smartmeter/img/static/u3JnnT5hRHqIjzrBphc9" mode=""></image>
<view class="line">
</view>
</view>
<view class="right">
<view class="qs_tit act">
已核实
</view>
<view class="qs_txt">
非常抱歉给你带来不好的骑行体验
</view>
<view class="qs_data">
2024-04-02 13:49:07
</view>
</view>
</view>
<view class="cont_li">
<view class="left">
<image src="https://api.ccttiot.com/smartmeter/img/static/up12yunMFUJmlVTm81nt" mode=""></image>
<!-- <view class="line">
</view> -->
</view>
<view class="right">
<view class="qs_tit">
已核实
</view>
<view class="qs_txt">
非常抱歉给你带来不好的骑行体验
</view>
<view class="qs_data">
2024-04-02 13:49:07
</view>
</view>
</view>
</view>
<view class="card_show">
<view class="card_tit">
报修详情
</view>
<view class="iconfont icon-xiangshang1 "></view>
<view class="iconfont icon-xiangxia1 "></view>
</view>
<view class="detail">
<view class="detail_txt">
车辆编号74001387
</view>
<view class="detail_txt">
故障现象车头故障头盔丢失
</view>
</view>
</view>
</view>
<view class="bottom">
查看上报记录 >
</view>
</view>
</template>
<script>
export default {
data() {
return {
bgc: {
backgroundColor: "fff",
},
id:''
}
},
onLoad(e) {
this.id=e.id
this.getdetail()
},
methods: {
getdetail(){
this.$u.get("/appVerify/fault/" +this.id).then((res) => {
this.info=res.data
});
}
}
}
</script>
<style lang="scss" >
page{
background-color: #fff;
}
.page{
width: 750rpx;
.bottom{
position: fixed;
bottom: 100rpx;
width: 750rpx;
// align-items: center;
text-align: center;
font-weight: 400;
font-size: 24rpx;
color: #3D3D3D;
}
.cont{
width: 680rpx;
margin: 30rpx auto;
.cont_top{
padding: 40rpx 56rpx;
width: 680rpx;
height: 258rpx;
background: #DFECFB;
border-radius: 50rpx 50rpx 0 0;
.tit{
font-weight: 500;
font-size: 40rpx;
color: #3D3D3D;
}
.txt{
margin-top: 8rpx;
font-weight: 400;
font-size: 32rpx;
color: #3D3D3D;
}
}
.card{
padding: 34rpx 44rpx;
margin-top: -20rpx;
width: 680rpx;
// height: 648rpx;
background: #FFFFFF;
box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0,0,0,0.08);
border-radius: 32rpx 32rpx 32rpx 32rpx;
.card_tit{
width: 112rpx;
height: 38rpx;
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
font-weight: 400;
font-size: 28rpx;
color: #3D3D3D;
background: linear-gradient( 0deg, #B1C3FF 0.1%, rgba(255,255,255,0) 40%), #FFFFFF;
}
.detail{
margin-top: 38rpx;
padding: 24rpx 48rpx;
width: 586rpx;
// height: 120rpx;
background: #F3F3F3;
border-radius: 26rpx 26rpx 26rpx 26rpx;
.detail_txt{
font-weight: 400;
font-size: 24rpx;
color: #3D3D3D;
line-height: 32rpx;
}
}
.card_show{
display: flex;
flex-wrap: nowrap;
align-items: center;
.card_tit{
width: 112rpx;
height: 38rpx;
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
font-weight: 400;
font-size: 28rpx;
color: #3D3D3D;
background: linear-gradient( 0deg, #B1C3FF 0.1%, rgba(255,255,255,0) 40%), #FFFFFF;
}
.icon-xiangshang1{
margin-left: 10rpx;
font-size: 26rpx;
color: #3D3D3D;
}
.icon-xiangxia1{
margin-left: 10rpx;
font-size: 26rpx;
color: #3D3D3D;
}
}
.cont{
width: 100%;
padding-bottom: 26rpx;
border-bottom: 2rpx solid #C7C7C7;
.cont_li{
display: flex;
flex-wrap: nowrap;
align-items: baseline;
.left{
padding-top: 10rpx;
width: 34rpx;
display: flex;
flex-wrap: wrap;
justify-content: center;
image{
width: 34rpx;
height: 34rpx;
}
.line{
width: 1rpx;
height: 114rpx;
background: #C7C7C7;
border-radius: 0rpx 0rpx 0rpx 0rpx;
}
}
.right{
margin-left: 20rpx;
display: flex;
flex-wrap: wrap;
.qs_tit{
margin-top: -10rpx;
width: 100%;
font-weight: 500;
font-size: 28rpx;
color: #3D3D3D;
}
.act{
color: #4C97E7;
}
.qs_txt{
margin-top: 6rpx;
width: 100%;
font-weight: 400;
font-size: 24rpx;
color: #3D3D3D;
}
.qs_data{
margin-top: 6rpx;
width: 100%;
font-weight: 400;
font-size: 20rpx;
color: #808080;
}
}
}
}
}
}
}
</style>