From 8a1a8689a2d7e236a733ffb822da503d16fcb88e Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 10 七月 2023 08:45:49 +0800
Subject: [PATCH] websocket增加重连

---
 pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue b/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
index 82831e7..113ebf5 100644
--- a/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
+++ b/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -281,7 +281,6 @@
 					if (this.weighList.skin == 0) {
 						// this.temporaryWeighObj.skin = this.realTimeWeigh;
 						this.temporaryWeighObj.skin = newV;
-						this.isweigh = this.temporaryWeighObj.skin > this.weighList.orderSurplus;
 					} else {
 						// this.temporaryWeighObj.hair = this.realTimeWeigh;
 						this.temporaryWeighObj.hair = newV;
@@ -294,7 +293,6 @@
 					if (this.weighList.hair == 0) {
 						// this.temporaryWeighObj.hair = this.realTimeWeigh;
 						this.temporaryWeighObj.hair = newV;
-						this.isweigh = this.temporaryWeighObj.hair > this.weighList.orderSurplus;
 					} else {
 						// this.temporaryWeighObj.skin = this.realTimeWeigh;
 						this.temporaryWeighObj.skin = newV;

--
Gitblit v1.9.1