路泰科技体检小程序UI设计新版本
1
wwl
5 天以前 a6cdbcfe28fcc40ebb4919f57d60fb20122e8e57
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "医院总揽"
                // "navigationStyle": "custom"  //自定义导航条
            }
        }, {
            "path": "pages/appointment/appointment",
            "style": {
                "navigationBarTitleText": "体检套餐",
                "enablePullDownRefresh": true
                
            }
 
        }, {
            "path": "pages/PackageDetails/PackageDetails",
            "style": {
                "navigationBarTitleText": "套餐详情",
                "enablePullDownRefresh": true
            }
 
        }, {
            "path": "pages/physicalAppointment/physicalAppointment",
            "style": {
                "navigationBarTitleText": "体检预约",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/ReportOverview/ReportOverview",
            "style": {
                "navigationBarTitleText": "报告总览",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/ComparisonReport/ComparisonReport",
            "style": {
                "navigationBarTitleText": "选择报告",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/ReportDetails/ReportDetails",
            "style": {
                "navigationBarTitleText": "体检报告",
                "enablePullDownRefresh": false
            }
 
        },
        {
            "path": "pages/my/my",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        },
        {
            "path": "pages/about/about",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        },
        {
            "path": "pages/hot/hot",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        },
        {
            "path": "pages/fg/fg",
            "style": {
                "navigationBarTitleText": "分院信息",
                "enablePullDownRefresh": false
            }
 
        }
 
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "uni-app",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    },
    "uniIdRouter": {},
    "tabBar": {
        "color": "#555",
        "selectedColor": "orange",
        "list": [{
                "pagePath": "pages/index/index",
                "text": "首页",
                "iconPath": "static/images/tabBar/home.png",
                "selectedIconPath": "static/images/tabBar/home_.png"
            },
            {
                "pagePath": "pages/appointment/appointment",
                "text": "体检套餐",
                "iconPath": "static/images/tabBar/hot.png",
                "selectedIconPath": "static/images/tabBar/hot1.png"
            },
            {
                "pagePath": "pages/fg/fg",
                "text": "分院",
                "iconPath": "static/images/tabBar/floor.png",
                "selectedIconPath": "static/images/tabBar/floor1.png"
            },
            {
                "pagePath": "pages/my/my",
                "text": "我的",
                "iconPath": "static/images/tabBar/mine.png",
                "selectedIconPath": "static/images/tabBar/mine_.png"
            }
        ]
    }
}