From 7e6b8b1eef198ab4de9633288037a23817f9ee39 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 24 五月 2023 22:52:42 +0800
Subject: [PATCH] 45

---
 src/views/myMine/index.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/views/myMine/index.vue b/src/views/myMine/index.vue
index 555359f..7b63cee 100644
--- a/src/views/myMine/index.vue
+++ b/src/views/myMine/index.vue
@@ -19,7 +19,7 @@
             <div style="padding-left: 20px; padding-top: 12px; padding-right: 20px;">
                 <van-row style="border-bottom: 1px solid #F1F1F2;margin-top: 12px;">
                     <van-col span="12" style="margin-bottom: 12px;">患者卡片</van-col>
-                    <van-col span="12" style="text-align: right;padding-right: 25px;"> <van-icon name="arrow" /></van-col>
+                    <van-col span="12" style="text-align: right;padding-right: 5px;"> <van-icon name="arrow" /></van-col>
                 </van-row>
             </div>
 
@@ -28,8 +28,8 @@
                     <div class="div1">{{patientInfo.patientInfo.patientName}}
                         <span class="but">排班提醒</span>
                     </div>
-                    <div class="div2">患者卡号</div>
-                    <div class="div3">{{patientInfo.patientInfo.patientCardNo}} </div>
+                    <div class="div2">卡号:{{patientInfo.patientInfo.patientCardNo}}</div>
+                    <div class="div3" style="color: blue; font-family: cursive; font-size: 16px;">我的积分:{{patientInfo.patientInfo.patientCreditValue}} </div>
                 </van-col>
                 <van-col span="8" class="info8">
                     <div class="img" @click="imgShow">
@@ -158,6 +158,7 @@
         </van-popup>
         <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="my" icon="manager">我的</van-tabbar-item>
         </van-tabbar>
     </div>
@@ -193,7 +194,9 @@
     const tabChang=(index:any)=>{
         if (index==='home'){
             router.push('/')
-        } else {
+        } else if(index==='jifen') {
+            router.push('jifenShangCheng')
+        }else if(index==='my') {
             router.push('my')
         }
     }

--
Gitblit v1.8.0