开锁等bug修改

This commit is contained in:
tx 2024-08-12 17:52:23 +08:00
parent 56322153aa
commit ec77601bd6
7 changed files with 467 additions and 169 deletions

View File

@ -1,13 +1,13 @@
const install = (Vue, vm) => {
uni.setStorageSync('deptId', 100);
uni.setStorageSync('deptId', 101);
Vue.prototype.$u.http.setConfig({
// baseUrl: 'http://61.174.243.28:15861',
// baseUrl: 'http://192.168.2.46:8080',
// baseUrl: 'http://124.221.246.124:2289',
// baseUrl: 'https://dianche.chuantewulian.cn/prod-api',
baseUrl: 'https://dche.ccttiot.com/prod-api',
baseUrl: 'https://dianche.chuantewulian.cn/prod-api',
// baseUrl: 'https://dche.ccttiot.com/prod-api',
loadingText: '努力加载中~',
loadingTime: 10000,
// 设置自定义头部content-type

View File

@ -51,7 +51,7 @@
/* */
"mp-weixin" : {
"libVersion" : "latest",
"appid" : "wx3428c498d5061192",
"appid" : "wx4d178f8c80348214",
"setting" : {
"urlCheck" : false,
"minified" : true

View File

@ -597,7 +597,7 @@
icon: 'none',
duration: 1000
});
} else if (this.areainfo.returnVerify === 1 && this.videoUrl === '') {
} else if (this.areainfo.returnVerify == 1 && this.videoUrl == '') {
uni.showToast({
title: '请拍摄还车视频',
icon: 'none',
@ -624,6 +624,7 @@
duration: 1000
});
} else {
// if(this.)
if (num === 0) {
this.maskloading = true;
this.maskepage = 0;
@ -691,6 +692,12 @@
this.subs(1)
} else {
uni.showToast({
title: '换车关锁失败',
icon: 'none',
duration: 1000
});
//
this.mac = this.orderinfo.mac
this.buleclose = true
@ -721,6 +728,11 @@
this.subs(1)
} else {
uni.showToast({
title: '换车开锁失败',
icon: 'none',
duration: 1000
});
this.mac = this.deviceinfo.mac
this.buleopen = true
this.Binddevice()

View File

@ -280,7 +280,7 @@
</view>
<view class="cont">
<view class="left">
<view class="text" v-if="OrderdeviceInfos.sn!='' ">
<view class="text" v-if="orderinfo.sn!='' ">
可继续行驶{{OrderdeviceInfos.remainingMileage}}公里
</view>
<view class="speed" style="background: #ccc; ">
@ -288,11 +288,11 @@
</view>
</view>
<view class="mac" v-if="OrderdeviceInfos.sn ">
<view class="mac" v-if="orderinfo.sn ">
NO.{{orderinfo.sn}}
</view>
<view class="mac" v-if="!OrderdeviceInfos.sn " style="color: red;">
换车开锁失败请点击换车按钮重新换车
<view class="mac" v-if="!orderinfo.sn " style="color: red;">
换车开锁失败请点击换车按钮重新换车
</view>
</view>
<view class="right">
@ -324,20 +324,21 @@
</view>
</view>
<view class="btn" style=" margin-right: 16rpx;"
v-if="OrderdeviceInfos.sn && (OrderdeviceInfos.status == 3 || OrderdeviceInfos.status == 6)" @click="taploadmask (2)">
v-if="orderinfo.sn && (OrderdeviceInfos.status == 3 || OrderdeviceInfos.status == 6)"
@click="taploadmask (2)">
临时锁车
</view>
<view class="btn" style=" margin-right: 16rpx;" v-if="OrderdeviceInfos.status==4"
@click=" taploadmask(3)">
解锁用车
</view>
<view class="btn" style=" margin-right: 16rpx;" @click="tochange()" v-if="!OrderdeviceInfos.sn">
<view class="btn" style=" margin-right: 16rpx;" @click="tochange()" v-if="!orderinfo.sn">
继续换车
</view>
<view class="btn1" @click=" taploadmask(4)" v-if="OrderdeviceInfos.sn">
<view class="btn1" @click=" taploadmask(4)" v-if="orderinfo.sn">
还车
</view>
<view class="btn1" @click=" taploadmask(4)" v-if="!OrderdeviceInfos.sn">
<view class="btn1" @click=" taploadmask(4)" v-if="!orderinfo.sn">
结束订单
</view>
</view>
@ -1062,10 +1063,11 @@
showparkinfo: false,
parkinfo: {},
netonlines: false,
isqrcode:false,
deviceGps:{
}
isqrcode: false,
deviceGps: {
},
tozf:false
}
},
watch: {
@ -1082,8 +1084,8 @@
showdevice(newValue, oldValue) {
console.log('showdevice变化了', newValue, oldValue);
},
deviceIndex(newValue, oldValue) {
console.log('deviceIndex变化了', newValue, oldValue);
showtcs(newValue, oldValue) {
console.log('showtcs变化了', newValue, oldValue);
},
},
@ -1144,7 +1146,8 @@
// this.deviceIndex = 1
// this.type = 1
}
}, 700)
}, 500)
}
@ -1194,7 +1197,7 @@
console.log('获取蓝牙状态失败', err);
}
});
console.log(this.seeDetail, 'this.seeDetailthis.seeDetail');
if (this.seeDetail == false) {
let that = this
uni.getNetworkType({
@ -1295,8 +1298,8 @@
} else {
this.getinfo()
}
},
@ -1365,6 +1368,8 @@
});
},
tochange() {
this.seeDetail = false
this.tozf=true
uni.navigateTo({
url: '/page_user/changeCar'
})
@ -1500,7 +1505,7 @@
this.deviceIndex = 0
// this.sn = ''
this.type = 0
this.freeInfo = {}
// this.freeInfo = {}
// this.freeListIndex = 0
this.mappolyline = []
// this.showparkinfo=false
@ -1564,7 +1569,7 @@
this.showdevice = false;
this.deviceIndex = 0;
this.type = 0;
this.freeInfo = {};
// this.freeInfo = {};
// this.freeListIndex = 0;
this.parkinfo = {}
this.showparkinfo = false
@ -1583,7 +1588,7 @@
if (markerExists) {
this.sn = e.markerId;
this.deviceInfo(1);
this.deviceInfo(0);
// Revert the last clicked marker to the default image and zIndex
if (this.lastClickedMarkerId !== null) {
@ -1668,7 +1673,7 @@
return R * c;
},
timestare() {
this.timers = setInterval(() => {
this.getmarks();
@ -1676,9 +1681,9 @@
if (this.orderinfo.sn) {
this.$u.get('/app/device/info?sn=' + this.orderinfo.sn).then((res) => {
if (res.code === 200) {
this.isqrcode=false
// this.isqrcode=false
this.mac = this.OrderdeviceInfos.mac;
// this.OrderdeviceInfos.onlineStatus = '1'
if (this.OrderdeviceInfos.onlineStatus !== res.data.onlineStatus) {
this.OrderdeviceInfos = res.data;
@ -2456,6 +2461,7 @@
//
checkBeforeUnlock() {
// console.log(this.freeInfo,'this.freeInfothis.freeInfo');
if (!this.freeInfo.ruleId) {
uni.hideLoading();
uni.showToast({
@ -2561,7 +2567,7 @@
},
getmarks() {
if(this.isqrcode){
if (this.isqrcode) {
let data = {
areaId: this.areaInfo.areaId
};
@ -2578,14 +2584,15 @@
iconPath: this.defaultMarkerIconPath,
isDeviceMarker: true //
}));
//
const preservedMarkers = this.markers.filter(marker => marker.isParkingMarker || marker
const preservedMarkers = this.markers.filter(marker => marker.isParkingMarker ||
marker
.id === parseFloat(this.OrderdeviceInfos.sn));
// markers
let updatedMarkers = [...newDeviceMarkers, ...preservedMarkers];
//
if (this.lastClickedMarkerId != null) {
updatedMarkers = updatedMarkers.map(marker => {
@ -2600,83 +2607,85 @@
return marker;
});
}
// 使this.$setVue
this.$set(this, 'markers', updatedMarkers);
this.oldMarkers = [...this.markers];
}
}).catch(error => {
console.error("Error fetching device data:", error);
});
}
}else{
} else {
let data = {
longitude: this.deviceGps.longitude,
latitude: this.deviceGps.latitude,
deptId :uni.getStorageSync('deptId')
longitude: this.deviceGps.longitude,
latitude: this.deviceGps.latitude,
deptId: uni.getStorageSync('deptId')
}
this.$u.get(`/app/vehicleLocalization?`, data).then((res) => {
if (res.code === 200) {
if (res.data !== '') {
this.listData = res.data;
const newDeviceMarkers = this.listData.map(item => ({
id: parseFloat(item.sn),
latitude: parseFloat(item.latitude),
longitude: parseFloat(item.longitude),
width: 40,
height: 28,
iconPath: this.defaultMarkerIconPath,
isDeviceMarker: true //
}));
//
const preservedMarkers = this.markers.filter(marker => marker.isParkingMarker || marker.id === parseFloat(this.OrderdeviceInfos.sn));
// markers
let updatedMarkers = [...newDeviceMarkers, ...preservedMarkers];
//
if (this.lastClickedMarkerId != null) {
updatedMarkers = updatedMarkers.map(marker => {
if (marker.id === this.lastClickedMarkerId) {
return {
...marker,
width: 50,
height: 35,
iconPath: this.clickedMarkerIconPath
};
}
return marker;
});
}
// 使this.$setVue
this.$set(this, 'markers', updatedMarkers);
this.oldMarkers = [...this.markers];
} else {
// res.data markers
this.markers = this.markers.filter(marker => marker.isParkingMarker || marker.id === parseFloat(this.OrderdeviceInfos.sn));
// 使this.$setVue
this.$set(this, 'markers', this.markers);
}
}
if (res.code === 200) {
if (res.data !== '') {
this.listData = res.data;
const newDeviceMarkers = this.listData.map(item => ({
id: parseFloat(item.sn),
latitude: parseFloat(item.latitude),
longitude: parseFloat(item.longitude),
width: 40,
height: 28,
iconPath: this.defaultMarkerIconPath,
isDeviceMarker: true //
}));
//
const preservedMarkers = this.markers.filter(marker => marker.isParkingMarker ||
marker.id === parseFloat(this.OrderdeviceInfos.sn));
// markers
let updatedMarkers = [...newDeviceMarkers, ...preservedMarkers];
//
if (this.lastClickedMarkerId != null) {
updatedMarkers = updatedMarkers.map(marker => {
if (marker.id === this.lastClickedMarkerId) {
return {
...marker,
width: 50,
height: 35,
iconPath: this.clickedMarkerIconPath
};
}
return marker;
});
}
// 使this.$setVue
this.$set(this, 'markers', updatedMarkers);
this.oldMarkers = [...this.markers];
} else {
// res.data markers
this.markers = this.markers.filter(marker => marker.isParkingMarker || marker
.id === parseFloat(this.OrderdeviceInfos.sn));
// 使this.$setVue
this.$set(this, 'markers', this.markers);
}
}
}).catch(error => {
console.error("Error fetching device data:", error);
console.error("Error fetching device data:", error);
});
}
},
onMapRegionChange(event) {
// console.log('regionchange', event)
if (event.detail.type == 'end') {
@ -3397,28 +3406,31 @@
this.seeDetail = false
clearInterval(this.timer)
this.timer = null
this.$u.get('/app/device/info?sn=' + this.orderinfo.sn).then((res) => {
if (res.code === 200) {
this.OrderdeviceInfos = res.data
// this.OrderdeviceInfos.onlineStatus = '1'
this.mac = this.OrderdeviceInfos.mac
if (this.OrderdeviceInfos.onlineStatus == 0 && this.orderinfo.status != 3) {
if (this.orderinfo.sn) {
this.$u.get('/app/device/info?sn=' + this.orderinfo.sn).then((res) => {
if (res.code === 200) {
this.OrderdeviceInfos = res.data
// this.OrderdeviceInfos.onlineStatus = '1'
this.mac = this.OrderdeviceInfos.mac
if (this.OrderdeviceInfos.onlineStatus == 0 && this.orderinfo.status != 3) {
if (this.carstause == false) {
if (this.carstause == false) {
// this.isnoline = true
}
// this.isnoline = true
}
} else {
//
}
}).catch(error => {
//
});
}
} else {
//
}
}).catch(error => {
//
});
//
if (this.orderinfo.status == 0) {
@ -4258,9 +4270,11 @@
clearInterval(this.timer)
this.starTime()
}
// if (this.areaInfo.areaId != res.data[0].areaId) {
// this.getArea()
// }
if (this.areaInfo.areaId != res.data[0].areaId && this.orderinfo.sn != '') {
this.isqrcode = true
this.getArea()
}
} else {
clearInterval(this.timer)
this.orderinfo = {}
@ -4277,7 +4291,7 @@
changefree(item, index) {
this.freeInfo = item
this.freeListIndex = index
},
getlist() {
this.freList = []
@ -4295,14 +4309,15 @@
}
return item;
});
setTimeout(()=>{
this.freeInfo = this.freList[0]
this.freeListIndex = 1
console.log(this.freeListIndex,'this.freeListIndexthis.freeListIndexthis.freeListIndex');
},300)
console.log(this.freList, ' this.freList this.freList');
this.freeInfo = this.freList[0]
this.freeListIndex = 1
console.log(this.freList, this.freeInfo, ' this.freList this.freList');
// setTimeout(()=>{
// console.log(this.freeListIndex,'this.freeListIndexthis.freeListIndexthis.freeListIndex');
// },300)
} else {
uni.showToast({
title: '未登录,请登录后尝试',
@ -4406,25 +4421,28 @@
getinfo() {
if (uni.getStorageSync('token')) {
this.$u.get("/getAppInfo").then((res) => {
if (res.code == 200) {
this.$store.commit('SET_USERID', res.user.userId);
this.userinfo = res.user
setTimeout(()=>{
console.log(this.userinfo.balance,this.deviceIndex,this.showdevice,'this.userinfo.balancethis.userinfo.balancethis.userinfo.balance');
if(this.userinfo.balance!=0&&this.deviceIndex==1&&this.showdevice==true){
setTimeout(() => {
console.log(this.userinfo.balance, this.deviceIndex, this.showdevice,
'this.userinfo.balancethis.userinfo.balancethis.userinfo.balance');
if (this.userinfo.balance != 0 && this.deviceIndex == 1 && this
.showdevice == true&&this.tozf==true) {
this.tozf=false
this.taploadmask(1)
}
},300)
}, 300)
} else {
// setTimeout(() => {
// this.getinfo()
// }, 200)
}
});
}
@ -4457,14 +4475,17 @@
this.gps.sn = this.sn
}
}
if (this.sn != '') {
this.gps.sn = this.sn
if (this.orderinfo.sn != '') {
this.gps.sn = this.orderinfo.sn
}
if (this.deviceInfos.sn) {
this.gps.sn = this.deviceInfos.sn
}
this.$u.get('/app/area/info?', this.gps).then((res) => {
// this.showmap = true
if (res.code === 200) {
// 线
const polylines = this.convertBoundaryToPolyline(res.data.boundaryStr)
// console.log(polylines,'polylinespolylinespolylines');
@ -4475,11 +4496,11 @@
setTimeout(() => {
let abb = this.cleanedText()
console.log(abb.length, 'cleanedTextcleanedTextcleanedText');
//
this.duration = abb.length * 0.3; // 50 px/s
}, 200)
this.polyline.push(polylines)
console.log();
// console.log(this.areaInfo, 'areaInfoareaInfo');
@ -4490,14 +4511,14 @@
this.getParking()
if (uni.getStorageSync('token')) {
this.getisInOrder()
}
const hasShownPopup = uni.getStorageSync('hasShownPopup');
console.log(hasShownPopup, 'hasShownPopup');
if (hasShownPopup === '' || hasShownPopup === null) {
console.log('1111111111');
this.showTips = true;
this.startCountdown();
uni.setStorageSync('hasShownPopup', true);
@ -4506,21 +4527,27 @@
this.showTips = uni.getStorageSync('hasShownPopup');
console.log(this.showTips, 'this.showTips');
this.startCountdown();
}
if (this.sn) {
setTimeout(()=>{
if (this.gps.sn) {
setTimeout(() => {
if (this.orderinfo.status) {
this.showtcs = true
}else{
this.deviceInfo(1)
this.qParam = null
// this.showtcs = true
} else {
if (this.type == 1 && this.deviceIndex == 1) {
this.deviceInfo(1)
this.qParam = null
}else{
this.deviceInfo(0)
this.qParam = null
}
}
},800)
}, 200)
}
// if(!hasShownPopup){
// console.log(typeof(hasShownPopup),'hasShownPopuphasShownPopup');
// this.showTips=uni.getStorageSync('hasShownPopup')
@ -4528,7 +4555,7 @@
// this.showTips=true
// uni.setStorageSync('hasShownPopup', true);
// }
// this.$store.commit('SET_SHOWTIPS', true);
// console.log(this.polyline);
} else {
@ -4541,7 +4568,7 @@
}).catch(error => {
console.error("Error fetching area data:", error);
});
},
convertBoundaryToPolyline(boundary) {
@ -4858,7 +4885,7 @@
this.$u.get('/app/device/info?sn=' + this.sn).then((res) => {
if (res.code === 200) {
this.isqrcode=true
this.isqrcode = true
this.deviceInfos = res.data;
if (!this.orderinfo.sn) {
this.mac = res.data.mac
@ -4866,6 +4893,14 @@
if (num == 0) {
this.showdevice = true;
this.type = 0;
if (this.areaInfo.areaId != res.data.areaId) {
this.getArea()
}
// this.routePlanning(res.data.latitude, res.data.longitude)
// setTimeout(() => {
// // this.deviceIndex = 1;
// }, 600)
} else {
// if (this.deviceInfos.onlineStatus == 0) {
// wx.showToast({
@ -4970,7 +5005,7 @@
.then((
res) => {
if (res.code === 200) {
this.isqrcode=true
this.isqrcode = true
this.deviceInfos = res.data;
if (num == 0) {

View File

@ -53,7 +53,7 @@
待审核
</view>
</view>
<u-mask :show="show" @click="show = false" :z-index='100' />
<u-mask :show="show" :z-index='100' />
<u-picker mode="time" v-model="time1" :params="params" @confirm="confirm1"
:default-time='pickertime'></u-picker>
@ -806,7 +806,7 @@
manageFee:0,
ridingFee:0,
appointmentFee:0,
reason:''
}
},
@ -865,7 +865,7 @@
}
});
},
formatDate(value) {
formatDate(value) {
if (!value) return '';
let date = new Date(value);
let month = date.getMonth() + 1; // 01
@ -953,13 +953,16 @@
},
// 退
backMoney() {
uni.showLoading({
title:'加载中'
})
let data = {
orderNo: this.orderInfo.orderNo,
dispatchFee: this.orderInfo.dispatchFee,
manageFee: this.orderInfo.manageFee,
ridingFee: this.orderInfo.ridingFee,
appointmentFee: this.orderInfo.appointmentFee,
reason: this.orderInfo.reason
dispatchFee: this.dispatchFee,
manageFee: this.manageFee,
ridingFee: this.ridingFee,
appointmentFee: this.appointmentFee,
// reason: this.reason
}
if (
data.dispatchFee > this.orderInfo.dispatchFee ||
@ -986,6 +989,11 @@
} else if (this.curtitidx == 3) {
this.orderList3()
}
uni.showToast({
title: '退款成功',
icon: 'none',
duration: 2000
});
} else {
uni.showToast({
title: res.msg,
@ -1013,6 +1021,9 @@
},
//
changeMoney() {
uni.showLoading({
title:'加载中'
})
let data = {
orderNo: this.orderInfo.orderNo,
dispatchFee: this.orderInfo.dispatchFee,
@ -1032,6 +1043,11 @@
} else if (this.curtitidx == 2) {
this.orderList2()
}
uni.showToast({
title: '改价成功',
icon: 'none',
duration: 2000
});
} else {
uni.showToast({
title: res.msg,
@ -1055,6 +1071,9 @@
},
//
backDevice() {
uni.showLoading({
title:'加载中'
})
this.$u.post('/appVerify/device/return?orderNo=' + this.orderInfo.orderNo + '&returnType=2').then((
res) => {
if (res.code === 200) {
@ -1067,6 +1086,11 @@
} else if (this.curtitidx == 1) {
this.orderList1()
}
uni.showToast({
title: '还车成功',
icon: 'none',
duration: 2000
});
} else {
uni.showToast({
title: res.msg,

View File

@ -704,6 +704,9 @@
},
//
yjdkBtn(){
uni.showLoading({
title:'加载中'
})
let data = {
orderNo: this.orderInfo.orderNo,
@ -712,6 +715,11 @@
if (res.code === 200) {
// 线
uni.showToast({
title: '操作成功',
icon: 'none',
duration: 2000
});
this.getOrderDetail()
} else {
@ -727,6 +735,9 @@
},
//
changeMoney() {
uni.showLoading({
title:'加载中'
})
let data = {
orderNo: this.orderInfo.orderNo,
dispatchFee: this.orderInfo.dispatchFee,
@ -741,6 +752,11 @@
this.showgj = false
this.getOrderDetail()
uni.showToast({
title: '操作成功',
icon: 'none',
duration: 2000
});
} else {
uni.showToast({
title: res.msg,
@ -758,6 +774,9 @@
// this.orderInfo = {}
},
backDevice() {
uni.showLoading({
title:'加载中'
})
this.$u.post('/appVerify/device/return?orderNo=' + this.orderInfo.orderNo + '&returnType=2').then((
res) => {
if (res.code === 200) {
@ -765,6 +784,11 @@
// this.show = false
this.showfzhc = false
this.getOrderDetail()
uni.showToast({
title: '操作成功',
icon: 'none',
duration: 2000
});
} else {
uni.showToast({
title: res.msg,
@ -796,6 +820,11 @@
// 线
this.getOrderDetail()
this.showck = false
uni.showToast({
title: '操作成功',
icon: 'none',
duration: 2000
});
} else {
uni.showToast({
title: res.msg,
@ -831,7 +860,11 @@
uni.hideLoading()
// 线
this.getOrderDetail()
uni.showToast({
title: '操作成功',
icon: 'none',
duration: 2000
});
} else {
uni.showToast({
title: res.msg,
@ -854,7 +887,11 @@
if (res.code === 200) {
// 线
this.getOrderDetail()
uni.showToast({
title: '操作成功',
icon: 'none',
duration: 2000
});
} else {
uni.showToast({
title: res.msg,
@ -1161,11 +1198,11 @@
backMoney() {
let data = {
orderNo: this.orderInfo.orderNo,
dispatchFee: this.orderInfo.dispatchFee,
manageFee: this.orderInfo.manageFee,
ridingFee: this.orderInfo.ridingFee,
appointmentFee: this.orderInfo.appointmentFee,
reason: this.orderInfo.reason
dispatchFee: this.dispatchFee,
manageFee: this.manageFee,
ridingFee: this.ridingFee,
appointmentFee: this.appointmentFee,
// reason: this.reason
}
if (
data.dispatchFee > this.orderInfo.dispatchFee ||

190
pages_adminSet/shgl.vue Normal file
View File

@ -0,0 +1,190 @@
<template>
<view class="page">
<u-navbar title="审核管理" :border-bottom="false" :background="bgc" title-color='#000' title-size='36'
height='45'></u-navbar>
<view class="" style="background: #FFFFFF;width: 750rpx;padding-bottom: 36rpx;">
<view class="top_box" style="margin-top: 20rpx;">
<view class="sear_ipt">
<input type="text" v-model="searchKeyword" placeholder="请输入SN码" class="input"
placeholder-style="color:#C7CDD3" @input="search()">
</view>
</view>
</view>
<view class="cont">
<view class="card">
<view class="top">
<view class="name">张某某</view>
<view class="phone">13523458945</view>
<view class="type">待处理</view>
</view>
<view class="txt">其他 车辆不好控制方向</view>
<view class="pic_cont">
<view class="img" v-for="item in 3" :key="item">
<image src="https://lxnapi.ccttiot.com/bike/img/static/ugvqmfB3QYujZ6SnfTia" mode=""></image>
</view>
</view>
<view class="info_cont">
<view class="sn">
SN:134531
</view>
<view class="time">
提交时间02-11 15:06:45
</view>
</view>
<view class="btn_cont">
<view class="btn1">
生成工单
</view>
<view class="btn2">
忽略
</view>
</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
bgc: {
backgroundColor: '#fff'
},
searchKeyword: '',
}
},
methods: {
search() {
//
}
}
}
</script>
<style lang="scss" scoped>
.page {
width: 750rpx;
}
.top_box {
display: flex;
flex-wrap: nowrap;
align-items: center;
padding: 28rpx 30rpx;
margin: 0 auto;
width: 672rpx;
height: 100rpx;
background: #FFFFFF;
box-shadow: 0rpx 4rpx 22rpx 0rpx rgba(0, 0, 0, 0.07);
border-radius: 10rpx;
}
.cont {
width: 100%;
}
.card {
padding: 24rpx;
margin: 20rpx auto;
width: 672rpx;
background: #FFFFFF;
box-shadow: 0rpx 4rpx 22rpx 0rpx rgba(0, 0, 0, 0.07);
border-radius: 10rpx;
.btn_cont{
display: flex;
flex-wrap: nowrap;
.btn1{
font-weight: 400;
font-size: 32rpx;
color: #FEFFFE;
padding: 6rpx 36rpx;
background: #64B6A8;
border-radius: 8rpx 8rpx 8rpx 8rpx;
}
.btn2{
font-weight: 400;
font-size: 32rpx;
color: #64B6A8;
padding: 6rpx 36rpx;
border-radius: 8rpx 8rpx 8rpx 8rpx;
border: 2rpx solid #64B6A8;
}
}
.info_cont{
margin-top: 22rpx;
display: flex;
align-items: center;
flex-wrap: nowrap;
justify-content: space-between;
.sn{
font-weight: 400;
font-size: 32rpx;
color: #979797;
}
.time{
font-weight: 400;
font-size: 24rpx;
color: #979797;
}
}
.txt {
margin-top: 24rpx;
font-weight: 400;
font-size: 32rpx;
color: #3D3D3D;
}
.pic_cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
.img {
margin-top: 10rpx;
background: #D8D8D8;
width: 256rpx;
height: 134rpx;
}
}
}
.top {
border-bottom: 1rpx solid #D8D8D8;
padding-bottom: 20rpx;
display: flex;
align-items: center;
.name {
width: 100rpx;
font-weight: 400;
font-size: 32rpx;
color: #3D3D3D;
}
.phone {
margin-left: 38rpx;
font-weight: 400;
font-size: 32rpx;
color: #979797;
}
.type {
margin-left: auto;
display: flex;
align-items: center;
justify-content: center;
width: 130rpx;
height: 48rpx;
background: #FFEEEE;
border-radius: 8rpx;
font-weight: 400;
font-size: 28rpx;
color: #FF4444;
}
}
</style>