zhaojs
2023-07-31 49edf3b5b18597aacc3c05529712fbbe9720a805
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
    "pages": [ //pages数组中第一项表示应用启动页
        {
            "path": "pages/takeout/mt",
            "style": {
                "navigationBarTitleText": "美团红包"
            }
        },
        {
            "path": "pages/comparePrice/index",
            "style": {
                "navigationBarTitleText": "搜优惠券"
            }
        },
        {
            "path": "pages/movieTicket/index",
            "style": {
                "navigationBarTitleText": "电影票"
            }
        },
        {
            "path": "pages/wxkf/kfweb",
            "style": {
                "navigationBarTitleText": "专属客服"
            }
        },
        /* {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "首页"
            }
        }, */
        {
            "path": "pages/classify/index",
            "style": {
                "navigationBarTitleText": "分类"
            }
        },
        {
            "path": "pages/mine/index",
            "style": {
                "navigationBarTitleText": "我的"
            }
        },
        {
            "path": "pages/index/ability/index",
            "style": {
                "navigationBarTitleText": "首页"
            }
        },
        {
            "path": "pages/index/search/index",
            "style": {
                "navigationBarTitleText": "搜索"
            }
        },
        {
            "path": "pages/index/ability/coupon",
            "style": {
                "navigationBarTitleText": "首页"
            }
        },
        {
            "path": "pages/goodDetail/index",
            "style": {
                "navigationBarTitleText": "商品详情"
                // "app-plus": {
                //     "titleNView": false
                // }
            }
 
        },
        {
            "path": "pages/rankingList/index",
            "style": {
                "navigationBarTitleText": "排行榜"
            }
        },
        {
            "path": "pages/madBuy/index",
            "style": {
                "navigationBarTitleText": "限时秒杀"
            }
        },
        /* {
            "path": "pages/takeout/mt",
            "style": {
                "navigationBarTitleText": "美团"
            }
        }, */
        {
            "path": "pages/takeout/elm",
            "style": {
                "navigationBarTitleText": "饿了么红包"
            }
        },
        {
            "path": "pages/webShow/index",
            "style": {
                "navigationBarTitleText": "领券购买"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "uni-app",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    },
    "uniIdRouter": {},
    "tabBar": {
        "color": "#7A7E83",
        "selectedColor": "#FEA821",
        "borderStyle": "black",
        "backgroundColor": "#F8F8F8",
        // "iconfontSrc": "static/icon/iconfont.ttf",
        // "fontSize": "24px",
        // "spacing": "6px",
        // "height": "100px",
        "list": [{
                "pagePath": "pages/takeout/mt",
                "text": "美团红包",
                "iconPath": "static/menu/wx_ic_mt.png",
                "selectedIconPath": "static/menu/wx_ic_mt_act.png"
            },
            {
                    "pagePath": "pages/takeout/elm",
                    "text": "饿了么红包",
                    "iconPath": "static/menu/wx_ic_elm.png",
                    "selectedIconPath": "static/menu/wx_ic_elm_act.png"
                },
            {
                "pagePath": "pages/comparePrice/index",
                "iconPath": "static/menu/wx_ic_sou.png",
                "selectedIconPath": "static/menu/wx_ic_sou_act.png",
                "text": "搜优惠券"
            },
            {
                "pagePath": "pages/movieTicket/index",
                "iconPath": "static/menu/wx_ic_mov.png",
                "selectedIconPath": "static/menu/wx_ic_mov_act.png",
                "text": "电影票"
            }
            /* {
                "pagePath": "pages/index/index",
                "text": "首页",
                "iconPath": "static/shouye.png",
                "selectedIconPath": "static/shouyeHL.png"
            }, */
            // {
            //     "pagePath": "pages/recommend/index",
            //     "iconPath": "static/recommend.png",
            //     "selectedIconPath": "static/recomendHL.png",
            //     "text": "小编推荐"
            // }, {
            //     "pagePath": "pages/perferential/index",
            //     "iconPath": "static/youhuiquan.png",
            //     "selectedIconPath": "static/youhuiquanHL.png",
            //     "text": "优惠线报"
            // }, 
            /* {
                "pagePath": "pages/classify/index",
                "iconPath": "static/classify.png",
                "selectedIconPath": "static/classifyHL.png",
                "text": "分类"
            },  {
                "pagePath": "pages/rankingList/index",
                "iconPath": "static/homeimg/ph.png",
                "selectedIconPath": "static/homeimg/phHL.png",
                "text": "排行"
            }, {
                "pagePath": "pages/mine/index",
                "iconPath": "static/mine.png",
                "selectedIconPath": "static/mineHL.png",
                "text": "我的"
            }*/
        ]
    }
}