|
|
@@ -14,8 +14,8 @@
|
|
|
</view>
|
|
|
<view class="device-body">
|
|
|
<view class="device-body_ops" @click="debounceStartStopDevice">
|
|
|
- <text v-if="state.device.state==='idle'">启动</text>
|
|
|
- <text v-else>停止</text>
|
|
|
+ <text v-if="state.device.state==='idle'">启动设备</text>
|
|
|
+ <text v-else>停止设备</text>
|
|
|
</view>
|
|
|
<!-- <view class="device-body_ops-time">{{ state.time }}</view>-->
|
|
|
</view>
|
|
|
@@ -88,7 +88,7 @@ const handleClickDevice = () => {
|
|
|
post(`/wash-device/startDevice/${state.device.shortId}`).then((res:any)=>{
|
|
|
uni.hideLoading();
|
|
|
uni.showToast({
|
|
|
- title:'启动成功,请到洗车机面板选择服务项目'
|
|
|
+ title:'设备启动成功'
|
|
|
})
|
|
|
})
|
|
|
}else{
|
|
|
@@ -161,8 +161,8 @@ const countTime = () => {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
align-content: center;
|
|
|
- width: 240rpx;
|
|
|
- height: 240rpx;
|
|
|
+ width: 300rpx;
|
|
|
+ height: 300rpx;
|
|
|
border-radius: 50%;
|
|
|
background-color: $uni-color-primary;
|
|
|
color: white;
|