| | |
| | | headimgurl:'', |
| | | nickname:'', |
| | | }) |
| | | const patient=ref({}) |
| | | const patient=ref({ |
| | | patientInfo:{ |
| | | age:0, |
| | | code:'', |
| | | id:'', |
| | | patientCardNo:'', |
| | | patientIdentityNo:'', |
| | | patientName:'', |
| | | patientTelNo:'', |
| | | patientAvatarIcon:'' |
| | | }, |
| | | pressure:'', |
| | | weight:'' |
| | | }) |
| | | function setInfo(userInfo:{openid:string, headimgurl:string,nickname:string}) { |
| | | info.value.openid=userInfo.openid |
| | | info.value.headimgurl=userInfo.headimgurl |
| | |
| | | <div class="box_1"> |
| | | <div class="userinfo"> |
| | | <div class="name">{{patientInfo.patientInfo.patientName}}</div> |
| | | <div class="userCode">卡号:{{atientInfo.patientInfo.patientHemoCode}} </div> |
| | | <div class="userCode">卡号:{{patientInfo.patientInfo.patientCardNo}} </div> |
| | | <div class="userQRcode"> |
| | | <img |
| | | style=" width: 60px;height: 60px;margin-left: 8%; margin-top: 20px;" |