chenyc
2023-05-28 aae6cb63fac8f2956615481382c101cfd2e7d45c
src/views/home/index.vue
@@ -2,7 +2,7 @@
    <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
@@ -139,9 +139,9 @@
    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')
        }
    }