From b7b8202e3ecb7f720eefd7a226b2ee8166fc5057 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 04 六月 2026 14:57:17 +0800
Subject: [PATCH] 青岛移动端维护
---
pages/my/index.vue | 109 ++++++++++++++++++++++++++++--------------------------
1 files changed, 56 insertions(+), 53 deletions(-)
diff --git a/pages/my/index.vue b/pages/my/index.vue
index ac6920e..2e7d8ab 100644
--- a/pages/my/index.vue
+++ b/pages/my/index.vue
@@ -3,7 +3,11 @@
<!-- 鐢ㄦ埛淇℃伅鍗$墖 -->
<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>
@@ -82,61 +86,60 @@
// 鍔熻兘鍒楄〃
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: "鍋ュ悍妗f",
- icon: "icon-health",
- path: "/pages/my/health-records",
- },
- {
- label: "妫�鏌ユ姤鍛�",
- icon: "icon-report",
- path: "/pages/records/reports",
- tag: "鏂�",
- },
- ],
- },
+ // {
+ // title: "鍋ュ悍鏈嶅姟",
+ // items: [
+ // {
+ // label: "鍋ュ悍妗f",
+ // 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",
@@ -144,20 +147,20 @@
},
],
},
- {
- 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",
+ // },
+ // ],
+ // },
]);
// 椤甸潰璺宠浆
@@ -285,7 +288,7 @@
.function-list {
margin-top: 20rpx;
-
+ margin-left: 5rpx;
.section {
margin-bottom: 20rpx;
--
Gitblit v1.9.3