This commit is contained in:
曹辉 2023-04-27 11:03:22 +08:00
parent 16c534d7ef
commit 9d72ba3db1
2 changed files with 13 additions and 0 deletions

View File

@ -124,6 +124,18 @@
}
}
.trainingOrderStatus{
text-align: center;
width: 300rpx;
height: 70rpx;
margin: 10rpx auto 0;
line-height: 70rpx;
background-color:#4C7BC9 ;
border-radius: 50rpx;
// color: #4C7BC9;
color: #FFFFFF;
border: 1rpx solid #4C7BC9;
}
.time {
height: 80rpx;
width: 95%;

View File

@ -66,6 +66,7 @@
if (this.timecount <= 0) {
handCloseOrder().then(res => {
clearInterval(this.Timer); //
this.list.trainingOrderStatus = 'CANCEL'
})
}
}