| | |
| | | <!-- 用户信息卡片 --> |
| | | <view class="user-card"> |
| | | <view class="user-info" @tap="navigateTo('/pages/my/profile')"> |
| | | <image src="@/static/avatar/default.png" mode="aspectFill" class="avatar" /> |
| | | <image |
| | | src="@/static/avatar/default.png" |
| | | mode="aspectFill" |
| | | class="avatar" |
| | | /> |
| | | <view class="info"> |
| | | <text class="name">{{ userInfo.name }}</text> |
| | | <text class="id">就诊卡号:{{ userInfo.cardNo }}</text> |
| | |
| | | // 功能列表 |
| | | const functionList = ref([ |
| | | { |
| | | title: "就医服务", |
| | | title: "案例服务", |
| | | items: [ |
| | | { |
| | | label: "挂号记录", |
| | | label: "上报案例", |
| | | icon: "icon-record", |
| | | path: "/pages/appointment/record", |
| | | path: "/pages/case/CaseDetails", |
| | | }, |
| | | { |
| | | label: "缴费记录", |
| | | label: "我的上报", |
| | | icon: "icon-payment", |
| | | path: "/pages/payment/record", |
| | | path: "/pages/case/index", |
| | | }, |
| | | { |
| | | label: "就医记录", |
| | | label: "转运登记", |
| | | icon: "icon-medical", |
| | | path: "/pages/records/medical", |
| | | path: "/pages/case/transfer", |
| | | }, |
| | | { |
| | | label: "就诊人管理", |
| | | label: "审查记录", |
| | | icon: "icon-contacts", |
| | | path: "/pages/patient/list", |
| | | value: "已添加3人", |
| | | path: "/pages/ethicalReview/index", |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | title: "健康服务", |
| | | items: [ |
| | | { |
| | | label: "健康档案", |
| | | icon: "icon-health", |
| | | path: "/pages/my/health-records", |
| | | }, |
| | | { |
| | | label: "检查报告", |
| | | icon: "icon-report", |
| | | path: "/pages/records/reports", |
| | | tag: "新", |
| | | }, |
| | | ], |
| | | }, |
| | | // { |
| | | // title: "健康服务", |
| | | // items: [ |
| | | // { |
| | | // label: "健康档案", |
| | | // icon: "icon-health", |
| | | // path: "/pages/my/health-records", |
| | | // }, |
| | | // { |
| | | // label: "检查报告", |
| | | // icon: "icon-report", |
| | | // path: "/pages/records/reports", |
| | | // tag: "新", |
| | | // }, |
| | | // ], |
| | | // }, |
| | | { |
| | | title: "账户设置", |
| | | items: [ |
| | | { |
| | | label: "实名认证", |
| | | icon: "icon-verify", |
| | | path: "/pages/my/verify", |
| | | value: "已认证", |
| | | }, |
| | | { |
| | | label: "支付方式", |
| | | icon: "icon-wallet", |
| | | path: "/pages/my/payment-method", |
| | | }, |
| | | // { |
| | | // label: "实名认证", |
| | | // icon: "icon-verify", |
| | | // path: "/pages/my/verify", |
| | | // value: "已认证", |
| | | // }, |
| | | // { |
| | | // label: "支付方式", |
| | | // icon: "icon-wallet", |
| | | // path: "/pages/my/payment-method", |
| | | // }, |
| | | { |
| | | label: "消息通知", |
| | | icon: "icon-notification", |
| | |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | items: [ |
| | | { |
| | | label: "客服中心", |
| | | icon: "icon-service", |
| | | path: "/pages/my/service", |
| | | }, |
| | | { |
| | | label: "设置", |
| | | icon: "icon-settings", |
| | | path: "/pages/my/settings", |
| | | }, |
| | | ], |
| | | }, |
| | | // { |
| | | // items: [ |
| | | // { |
| | | // label: "客服中心", |
| | | // icon: "icon-service", |
| | | // path: "/pages/my/service", |
| | | // }, |
| | | // { |
| | | // label: "设置", |
| | | // icon: "icon-settings", |
| | | // path: "/pages/my/settings", |
| | | // }, |
| | | // ], |
| | | // }, |
| | | ]); |
| | | |
| | | // 页面跳转 |
| | |
| | | |
| | | .function-list { |
| | | margin-top: 20rpx; |
| | | |
| | | margin-left: 5rpx; |
| | | .section { |
| | | margin-bottom: 20rpx; |
| | | |