From bbb63ca88862e4639e1e8cc866f098efb1155e1b Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 26 八月 2025 14:41:39 +0800
Subject: [PATCH] gx登录初始化

---
 src/views/home/index.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 7a8475f..ccc3ecc 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -3,12 +3,12 @@
         <div class="box_1">
             <div class="userinfo">
                 <div class="name" v-if="patientInfo.patientInfo.patientName !== undefined">{{patientInfo.patientInfo.patientName}}</div>
-                <div class="userCode">卡号:{{patientInfo.patientInfo.patientCardNo}} </div>
+                <div class="userCode">透析号:{{patientInfo.patientInfo.patientHemoCode}} </div>
                 <div class="userQRcode">
                     <img
                         style=" width: 60px;height: 60px;margin-left: 8%; margin-top: 20px;"
                         referrerpolicy="no-referrer"
-                        :src="patientInfo.patientInfo.patientAvatarIcon"
+                        :src="patientInfo.patientInfo.patientQrcodeUrl"
                     />
                 </div>
             </div>
@@ -17,7 +17,7 @@
                     round
                     width="78px"
                     height="78px"
-                    :src="Info.headimgurl"
+                    :src="patientInfo.patientInfo.patientAvatarIcon"
                 />
             </div>
             <div class="meuns">
@@ -121,7 +121,7 @@
         </div>
         <van-tabbar v-model="active" @change="tabChang">
             <van-tabbar-item name="home" icon="like">首页</van-tabbar-item>
-            <van-tabbar-item name="jifen" icon="cart-circle-o">积分商城</van-tabbar-item>
+            <van-tabbar-item name="xuanjiao" icon="smile-o">宣教</van-tabbar-item>
             <van-tabbar-item name="my" icon="manager">我的</van-tabbar-item>
         </van-tabbar>
     </div>
@@ -143,8 +143,8 @@
     const tabChang=(index:any)=>{
         if (index==='home'){
             router.push('/')
-        } else if (index==='jifen') {
-            router.push('jifenShangCheng')
+        } else if (index==='xuanjiao') {
+            router.push('xuanjiao')
         } else if (index==='my') {
             router.push('my')
         }
@@ -163,9 +163,9 @@
     const 最近体重血压=computed(() => {
         return userInfo.最近体重血压
     })
-    const Info=computed(() => {
-        return userInfo.info
-    })
+    // const Info=computed(() => {
+    // return userInfo.info
+    // })
     watch(
         ()=>patientInfo,
         ()=>{

--
Gitblit v1.8.0