| | |
| | | <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> |
| | | |
| | |
| | | <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"> |
| | |
| | | </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> |
| | |
| | | const tabChang=(index:any)=>{ |
| | | if (index==='home'){ |
| | | router.push('/') |
| | | } else { |
| | | } else if(index==='jifen') { |
| | | router.push('jifenShangCheng') |
| | | }else if(index==='my') { |
| | | router.push('my') |
| | | } |
| | | } |