| | |
| | | const getUserMediaFail = ref(false) // 获取用户媒体失败 |
| | | let lsDateTime:any=new Date() |
| | | const msg = ref<string>("没识别到人脸..."); |
| | | const datetext=computed(()=>{ |
| | | return formatDate(new Date(),'YYYY-mm-dd WWW') |
| | | }) |
| | | const datetext=ref(formatDate(new Date(),'YYYY-mm-dd WWW')) |
| | | /**体重发送时候显示在界面的体重 */ |
| | | const weightInfoResult=ref() |
| | | let timer:any=new Date() |
| | |
| | | if(clockNum.value===0){ |
| | | fuxuan() |
| | | } |
| | | datetext.value= formatDate(new Date(),'YYYY-mm-dd WWW') |
| | | date.value=formatDate(new Date(),'YYYY-mm-dd HH:MM') |
| | | if(Number(date.value.substring(11,13))<12){ |
| | | timeShidaun.value='上午好!' |