chenyc
2023-07-18 509d38a14718ec9c76220b3a34bfe9dcb28c682c
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