From 21698c91c9011fbce6fd8b8d6487f9e00ec9bb94 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 26 九月 2022 15:18:59 +0800
Subject: [PATCH] upkoa

---
 src/stores/sockteInfo.ts |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/stores/sockteInfo.ts b/src/stores/sockteInfo.ts
index ba6d471..0948389 100644
--- a/src/stores/sockteInfo.ts
+++ b/src/stores/sockteInfo.ts
@@ -50,12 +50,13 @@
      * 更新体重秤结果
      * @param info 体重结果
      */
-    function setweightSockte(info:info){
+    function setweightSockte(info:weightInfo){
+        console.log(info,'入参')
         weightSockte.value.deviceName=info.deviceName
         weightSockte.value.result=info.result
         weightSockte.value.resultTime=info.resultTime
         weightSockte.value.state=info.state
-        console.debug('体重秤更新')
+        console.log('体重秤更新')
     }
      /**
      * 更新体重秤工作状态

--
Gitblit v1.8.0