From f920064ce42eaaa74311446c089ceb52d2830491 Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期四, 13 四月 2023 14:35:33 +0800
Subject: [PATCH] 34
---
src/stores/sockteInfo.ts | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/stores/sockteInfo.ts b/src/stores/sockteInfo.ts
index 64f7f4a..e52ebda 100644
--- a/src/stores/sockteInfo.ts
+++ b/src/stores/sockteInfo.ts
@@ -59,13 +59,11 @@
* @param infoObj 体重结果
*/
function setweightSockte(infoObj:info){
- console.log(infoObj,'入参')
if(Number(infoObj.result)>10||Number(infoObj.result)===0){
weightSockte.value.deviceName=infoObj.deviceName
weightSockte.value.result=infoObj.result
weightSockte.value.resultTime=infoObj.resultTime
weightSockte.value.state=infoObj.state
- console.log('体重秤更新')
}else{
console.log('体重不足10gk')
}
@@ -100,6 +98,10 @@
dkqSockte.value.result=info.result
dkqSockte.value.resultTime=info.resultTime
}
+ /**
+ * 更新人脸识别
+ * @param info
+ */
function setfaceSockte(info:info){
faceInfoSockte.value.deviceName=info.deviceName
faceInfoSockte.value.result=info.result
--
Gitblit v1.8.0