|
@@ -74,14 +74,14 @@ export class Tab1Page {
|
|
|
functionItems1 = [
|
|
|
{ label: '我的健康', icon: 'document-text', route: '/tabs/my-health' },
|
|
|
{ label: '健康档案', icon: 'person', route: '/tabs/health-records' },
|
|
|
- { label: '电话问诊', icon: 'calendar', route: '/tabs/tab1' },
|
|
|
- { label: '购买药品', icon: 'medkit', route: '/tabs/tab1' },
|
|
|
+ { label: '电话问诊', icon: 'calendar', route: '/tabs/phone-inquiry' },
|
|
|
+ { label: '购买药品', icon: 'medkit', route: '/tabs/drug-purchase' },
|
|
|
];
|
|
|
|
|
|
functionItems2 = [
|
|
|
{ label: '专业男科', icon: 'clipboard', route: '/tabs/tab1' },
|
|
|
- { label: '权威专家', icon: 'podium', route: '/tabs/tab1' },
|
|
|
- { label: '健康资讯', icon: 'newspaper', route: '/tabs/tab1' },
|
|
|
+ { label: '权威专家', icon: 'podium', route: '/tabs/authority-experts' },
|
|
|
+ { label: '健康资讯', icon: 'newspaper', route: '/tabs/health-information' },
|
|
|
{ label: '智慧社区', icon: 'people', route: '/tabs/smart-community' }
|
|
|
];
|
|
|
|