From a6b4fd6c0219bb41415cd232daa12ca28eb8add7 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 20 九月 2022 13:19:39 +0800
Subject: [PATCH] up123

---
 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 e6d68bf..ba6d471 100644
--- a/src/stores/sockteInfo.ts
+++ b/src/stores/sockteInfo.ts
@@ -55,6 +55,7 @@
         weightSockte.value.result=info.result
         weightSockte.value.resultTime=info.resultTime
         weightSockte.value.state=info.state
+        console.debug('体重秤更新')
     }
      /**
      * 更新体重秤工作状态
@@ -77,8 +78,8 @@
         xyjSockte.value.state=state
     }
       /**
-     * 更新血压计结果
-     * @param info 体重结果
+     * 更新读卡器结果
+     * @param info 读卡器结果
      */
     function setdkqSockte(info:info){
         dkqSockte.value.deviceName=info.deviceName

--
Gitblit v1.8.0