| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759 | 
							- {
 
- 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
 
- 		
 
- 		{
 
- 			"path": "pages/index/index",
 
- 			"style": {
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/report/complete",
 
- 			"style": {
 
- 				//"navigationBarTitleText": "完工报告",
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/report/working",
 
- 			"style": {
 
- 				/* "navigationBarTitleText": "施工报告",
 
- 				"enablePullDownRefresh": true */
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/user/user",
 
- 			"style": {
 
- 				"navigationBarTitleText": "我的",
 
- 				/* "navigationBarBackgroundColor": "#D53533",
 
- 				"navigationBarTextStyle": "white", */
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/user/historySpend",
 
- 			"style": {
 
- 				//"navigationBarTitleText": "历史消费",
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/user/historyDetail",
 
- 			"style": {
 
- 				//"navigationBarTitleText": "消费明细",
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/user/checkReport",
 
- 			"style": {
 
- 				//"navigationBarTitleText": "车检报告",
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/user/reportDetail",
 
- 			"style": {
 
- 				"navigationBarTitleText": "检测报告",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/index/shopList",
 
- 			"style": {
 
- 				"navigationBarTitleText": "门店列表",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/index/onlineBooking",
 
- 			"style": {
 
- 				//"navigationBarTitleText": "在线预约",
 
- 				 "navigationStyle": "custom",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		}, {
 
- 			"path": "pages/index/confirmYuyue",
 
- 			"style": {
 
- 				"navigationBarTitleText": "确认预约",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/shop/shop",
 
- 			"style": {
 
- 				"navigationBarTitleText": "商城",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/activity/activity",
 
- 			"style": {
 
- 				"navigationBarTitleText": "活动",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/user/myBespeak",
 
- 			"style": {
 
- 				//"navigationBarTitleText": "我的预约",
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/user/bespeakDetail",
 
- 			"style": {
 
- 				//"navigationBarTitleText": "预约详情",
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/index/vipCard",
 
- 			"style": {
 
- 				"navigationBarTitleText": "会员卡",
 
- 				"navigationBarBackgroundColor": "#171723",
 
- 				"navigationBarTextStyle": "white",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/index/discountCard",
 
- 			"style": {
 
- 				"navigationBarTitleText": "优惠券",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/shop/goodsDetail",
 
- 			"style": {
 
- 				"navigationBarTitleText": "商品详情",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}
 
- 		, {
 
- 			"path": "pages/index/discountCardDetail",
 
- 			"style": {
 
- 				"navigationBarTitleText": "优惠券详情",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		}, {
 
- 			"path": "pages/user/myOrder/myOrder",
 
- 			"style": {
 
- 				//"navigationBarTitleText": "我的订单",
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/shop/confirm",
 
- 			"style": {
 
- 				"navigationBarTitleText": "订单确认"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/shop/ckshopList",
 
- 			"style": {
 
- 				"navigationBarTitleText": "选择门店"
 
- 			}
 
- 		}, {
 
- 			"path": "pages/user/myOrder/mallOrderDetail",
 
- 			"style": {
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/user/addCar/addCar",
 
- 			"style": {
 
- 				/* "navigationBarTitleText": "添加车辆",
 
- 				"enablePullDownRefresh": false */
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/user/addCar/carModel",
 
- 			"style": {
 
- 				"navigationStyle": "custom"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/user/addCar/cailist",
 
- 			"style": {
 
- 				//"navigationBarTitleText": "我的车库",
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}
 
- 		, {
 
- 			"path": "pages/index/paint",
 
- 			"style": {
 
- 				"navigationBarTitleText": "钣金喷漆",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/index/rescue",
 
- 			"style": {
 
- 				"navigationBarTitleText": "紧急救援"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/index/maintain",
 
- 			"style": {
 
- 				"navigationBarTitleText": "保养"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/index/handbook",
 
- 			"style": {
 
- 				"navigationBarTitleText": "保养手册",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		}, {
 
- 			"path": "pages/index/personalCard",
 
- 			"style": {
 
- 				"navigationBarTitleText": "个人名片",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/index/paintSure",
 
- 			"style": {
 
- 				"navigationBarTitleText": "订单确认",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		}, {
 
- 			"path": "pages/user/expertServices",
 
- 			"style": {
 
- 				"navigationBarTitleText": "服务专家",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/index/paintShopList",
 
- 			"style": {
 
- 				"navigationBarTitleText": "选择门店",
 
- 				"enablePullDownRefresh": true,
 
- 				"navigationBarBackgroundColor": "#FFFFFF"
 
- 			}
 
- 		},
 
- 		/* {
 
- 			"path": "pages/user/feedBack",
 
- 			"style": {
 
- 				"navigationBarTitleText": "意见反馈",
 
- 				"navigationBarBackgroundColor": "#FFFFFF",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		}, */ {
 
- 			"path": "pages/user/myOrder/paintOrderDetail",
 
- 			"style": {
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		}, {
 
- 			"path": "pages/user/myOrder/activityOrderDetail",
 
- 			"style": {
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/activity/jkDetail",
 
- 			"style": {
 
- 				//"navigationBarTitleText": "活动详情",
 
- 				"navigationStyle": "custom",
 
- 				/* "app-plus": { "softinputMode": "adjustPan"}, */
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		/* {
 
- 			"path": "pages/index/newCar",
 
- 			"style": {
 
- 				"navigationBarTitleText": "新车"
 
- 			}
 
- 		}, */
 
- 		{
 
- 			"path": "pages/index/usedCar",
 
- 			"style": {
 
- 				"navigationBarTitleText": "二手车"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/index/evaluation",
 
- 			"style": {
 
- 				"navigationBarTitleText": "爱车估价"
 
- 			}
 
- 		}, {
 
- 			"path": "pages/integral/integral",
 
- 			"style": {
 
- 				"navigationBarTitleText": "积分商城",
 
- 				"enablePullDownRefresh": true,
 
- 				"navigationBarBackgroundColor": "#38394E",
 
- 				"navigationBarTextStyle": "white"
 
- 				// "navigationStyle": "custom"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/integral/integralgoodsDetail",
 
- 			"style": {
 
- 				"navigationBarTitleText": "商品详情",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/integral/integralConfirm",
 
- 			"style": {
 
- 				"navigationBarTitleText": "订单确认"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/integral/scoreRecord",
 
- 			"style": {
 
- 				"navigationBarTitleText": "积分记录",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/integral/exchangeRecord",
 
- 			"style": {
 
- 				"navigationBarTitleText": "兑换记录",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/shop/wp",
 
- 			"style": {
 
- 				"navigationBarTitleText": "海报",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		}, {
 
- 			"path": "pages/integral/recordDetail",
 
- 			"style": {
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/integral/rule",
 
- 			"style": {
 
- 				"navigationBarTitleText": "积分规则",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/index/confirmRescue",
 
- 			"style": {
 
- 				"navigationBarTitleText": "订单确认",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/partner/partner",
 
- 			"style": {
 
- 				"navigationBarTitleText": "车主合伙人",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/partner/bonus",
 
- 			"style": {
 
- 				"navigationBarTitleText": "分红记录",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/partner/people",
 
- 			"style": {
 
- 				"navigationBarTitleText": "下线人脉",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/partner/myQr",
 
- 			"style": {
 
- 				// "navigationStyle": "custom"
 
- 				// "enablePullDownRefresh": true
 
- 				"navigationBarTitleText": "我的二维码"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/referral/referral",
 
- 			"style": {
 
- 				"navigationBarTitleText": "客户转介绍",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/referral/myConnections",
 
- 			"style": {
 
- 				"navigationBarTitleText": "我的人脉",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/referral/rebateList",
 
- 			"style": {
 
- 				"navigationBarTitleText": "返利记录",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/referral/extract",
 
- 			"style": {
 
- 				"navigationBarTitleText": "提现",
 
- 				"enablePullDownRefresh": false
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/referral/extractList",
 
- 			"style": {
 
- 				"navigationBarTitleText": "提现明细",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/referral/referralExplain",
 
- 			"style": {
 
- 				"navigationBarTitleText": "提现说明"
 
- 				//"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/index/discountDlq",
 
- 			"style": {
 
- 				"navigationBarTitleText": "优惠券",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/user/reportUni",
 
- 			"style": {
 
- 				//"navigationBarTitleText": "检测报告",
 
- 				"navigationStyle": "custom",
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/user/myAppraise",
 
- 			"style": {
 
- 				"navigationBarTitleText": "我的评价",
 
- 		
 
- 				"enablePullDownRefresh": true
 
- 			}
 
- 		
 
- 		},
 
- 		{
 
- 			"path": "pages/user/myAppraiseDetail",
 
- 			"style": {
 
- 				"navigationBarTitleText": "查看评价"
 
- 		
 
- 				
 
- 			}
 
- 		
 
- 		},
 
- 		{
 
- 			"path": "pages/user/appraise",
 
- 			"style": {
 
- 				"navigationBarTitleText": "评价"
 
- 		
 
- 				
 
- 			}
 
- 		
 
- 		}
 
- 		    ,{
 
-             "path" : "pages/user/ShopAppraiseList",
 
-             "style" :                                                                                    
 
-             {
 
-                 "navigationBarTitleText": "评价列表",
 
-                 "enablePullDownRefresh": true
 
-             }
 
-             
 
-         },
 
- 		/* {
 
- 			"path": "pages/index/aboutUS",
 
- 			"style": {
 
- 				"navigationBarTitleText": "公司介绍"
 
- 				
 
- 			}
 
- 		}, */
 
- 		{
 
- 			"path": "pages/index/receiveCoupon",
 
- 			"style": {
 
- 				"navigationBarTitleText": "领券中心"
 
- 				
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/index/couponShare",
 
- 			"style": {
 
- 				"navigationBarTitleText": "优惠券详情"
 
- 				
 
- 			}
 
- 		}
 
-     ],
 
- 	"subPackages": [{
 
- 			"root": "pages/subPack", 
 
- 			"pages": [{ 
 
- 					"path": "jkDetail", 
 
- 					"style": {
 
- 						"navigationStyle": "custom",
 
- 						"enablePullDownRefresh": true
 
- 					}
 
- 				},
 
- 				 {
 
- 				 		"path": "vipCard", 
 
- 				 		"style": {
 
- 				 			"navigationStyle": "custom",
 
- 				 			"enablePullDownRefresh": true
 
- 				 		}
 
- 				 	},
 
- 					{
 
- 							"path": "rescueOrder", 
 
- 							"style": {
 
- 								"navigationStyle": "custom",
 
- 								"enablePullDownRefresh": true
 
- 							}
 
- 					},
 
- 					{
 
- 							"path": "rescueOrderOrderDetail", 
 
- 							"style": {
 
- 								"navigationStyle": "custom",
 
- 								"enablePullDownRefresh": true
 
- 							}
 
- 						},{
 
- 							"path": "depositList", 
 
- 							"style": {
 
- 								"navigationStyle": "custom",
 
- 								"enablePullDownRefresh": true
 
- 							}
 
- 					},
 
- 					{
 
- 							"path": "depositDetail", 
 
- 							"style": {
 
- 								"navigationStyle": "custom",
 
- 								"enablePullDownRefresh": true
 
- 							}
 
- 					},{
 
- 						"path": "chooseCity",
 
- 						"style": {
 
- 							"navigationBarTitleText": "选择城市",
 
- 							"enablePullDownRefresh": false
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "oldhistoryDetail",
 
- 						"style": {
 
- 							//"navigationBarTitleText": "消费明细",
 
- 							"navigationStyle": "custom",
 
- 							"enablePullDownRefresh": true
 
- 						}
 
- 					
 
- 					},
 
- 					{
 
- 						"path": "luckList",
 
- 						"style": {
 
- 							/* "navigationBarTitleText": "中奖记录", */
 
- 							"navigationStyle": "custom",
 
- 							"enablePullDownRefresh": true
 
- 						}
 
- 					},{
 
- 						"path": "addCarCK",
 
- 						"style": {
 
- 							"navigationBarTitleText": "选择车型",
 
- 							"enablePullDownRefresh": false
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "aboutUS",
 
- 						"style": {
 
- 							"navigationBarTitleText": "公司介绍"
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "feedBack",
 
- 						"style": {
 
- 							"navigationBarTitleText": "意见反馈"
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "newCar",
 
- 						"style": {
 
- 							"navigationBarTitleText": "新车"
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "maintain",
 
- 						"style": {
 
- 							"navigationBarTitleText": "做保养"
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "maintainItem",
 
- 						"style": {
 
- 							"navigationStyle": "custom"
 
- 							//"enablePullDownRefresh": true
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "maintainSubmit",
 
- 						"style": {
 
- 							"navigationBarTitleText": "提交订单"
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "paySuccess",
 
- 						"style": {
 
- 							"navigationBarTitleText": "下单成功"
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "refund",
 
- 						"style": {
 
- 							"navigationBarTitleText": "申请退款"
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "refundDetail",
 
- 						"style": {
 
- 							"navigationBarTitleText": "退款详情",
 
- 							"enablePullDownRefresh": true
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "tire",
 
- 						"style": {
 
- 							"navigationBarTitleText": "换轮胎"
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "tireDetail",
 
- 						"style": {
 
- 							//"navigationBarTitleText": "商品详情"
 
- 							"navigationStyle": "custom"
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "tireSubmit",
 
- 						"style": {
 
- 							"navigationBarTitleText": "提交订单"
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "offerSheetDetail",
 
- 						"style": {
 
- 							//"navigationBarTitleText": "报价单详情"
 
- 							"navigationStyle": "custom"
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "promotion",
 
- 						"style": {
 
- 							"navigationBarTitleText": "我的推广",
 
- 							"enablePullDownRefresh": true
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "promotionExtract",
 
- 						"style": {
 
- 							"navigationBarTitleText": "提现"
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "extractSuccess",
 
- 						"style": {
 
- 							"navigationBarTitleText": "提现成功"
 
- 						}
 
- 					},
 
- 					{
 
- 						"path": "extractFail",
 
- 						"style": {
 
- 							"navigationBarTitleText": "提现失败"
 
- 						}
 
- 					}
 
- 					
 
- 					
 
- 					
 
- 				]
 
- 				
 
- 		}],
 
- 	
 
- 		"tabBar": {
 
- 			"color": "#8a8a8a",
 
- 			"selectedColor": "#222222",
 
- 			"borderStyle": "black",
 
- 			"backgroundColor": "#ffffff",
 
- 			"list": [{
 
- 					"pagePath": "pages/index/index",
 
- 					/* "iconPath": "./static/tabimg/index2.png",
 
- 					"selectedIconPath": "./static/tabimg/index2.png", */
 
- 					"text": "首页"
 
- 				},
 
- 				{
 
- 					"pagePath": "pages/shop/shop",
 
- 					/* "iconPath": "./static/tabimg/shop2.png",
 
- 					"selectedIconPath": "./static/tabimg/shop2.png", */
 
- 					"text": "商城"
 
- 				},
 
- 				{
 
- 					"pagePath": "pages/activity/activity",
 
- 					/* "iconPath": "./static/tabimg/activty2.png",
 
- 					"selectedIconPath": "./static/tabimg/activty2.png", */
 
- 					"text": "活动"
 
- 				},
 
- 				 {
 
- 					"pagePath": "pages/index/shopList",
 
- 					/* "iconPath": "./static/tabimg/activty2.png",
 
- 					"selectedIconPath": "./static/tabimg/activty2.png", */
 
- 					"text": "门店"
 
- 				}, 
 
- 				{
 
- 					"pagePath": "pages/user/user",
 
- 				/* 	"iconPath": "./static/tabimg/me2.png",
 
- 					"selectedIconPath": "./static/tabimg/me2.png", */
 
- 					"text": "我的"
 
- 				}
 
- 			]
 
- 		},
 
- 		"globalStyle": {
 
- 			"navigationBarTextStyle": "black",
 
- 			"navigationBarTitleText": "uni-app",
 
- 			"navigationBarBackgroundColor": "#FFFFFF",
 
- 			"backgroundColor": "#F8F8F8"
 
- 		},
 
- 		"uniIdRouter": {}
 
- 		
 
- 		
 
- 	}
 
 
  |