| | |
| | | <div class="page"> |
| | | <div class="box_1"> |
| | | <div class="userinfo"> |
| | | <div class="name">{{patientInfo.patientInfo.patientName}}</div> |
| | | <div class="name" v-if="patientInfo.patientInfo.patientName !== undefined">{{patientInfo.patientInfo.patientName}}</div> |
| | | <div class="userCode">卡号:{{patientInfo.patientInfo.patientCardNo}} </div> |
| | | <div class="userQRcode"> |
| | | <img |
| | |
| | | const tabChang=(index:any)=>{ |
| | | if (index==='home'){ |
| | | router.push('/') |
| | | } else if(index==='jifen') { |
| | | } else if (index==='jifen') { |
| | | router.push('jifenShangCheng') |
| | | }else if(index==='my') { |
| | | } else if (index==='my') { |
| | | router.push('my') |
| | | } |
| | | } |