|
@@ -1,137 +1,138 @@
|
|
|
-{
|
|
|
- "pages": [
|
|
|
- "pages/index/index",
|
|
|
- "pages/midAutumn/midAutumn",
|
|
|
- "pages/awaitState/awaitState",
|
|
|
- "pages/partnerShare/partnerShare",
|
|
|
- "pages/partnerBusinessEarnings/partnerBusinessEarnings",
|
|
|
- "pages/partnerBusinessRecord/partnerBusinessRecord",
|
|
|
- "pages/partnerMineEarnings/partnerMineEarnings",
|
|
|
- "pages/partnerCommonRecord/partnerCommonRecord",
|
|
|
- "pages/dragonBoatFestival/dragonBoatFestival",
|
|
|
- "pages/bindingPhone/bindingPhone",
|
|
|
- "pages/dragonBoatFestivalInfor/dragonBoatFestivalInfor",
|
|
|
- "pages/childrensDay/childrensDay",
|
|
|
- "pages/fatherDay/fatherDay",
|
|
|
- "pages/changePattern/changePattern",
|
|
|
- "pages/newYears/newYears",
|
|
|
- "pages/goodsAllList/goodsAllList",
|
|
|
- "pages/find/index",
|
|
|
- "pages/kind/index",
|
|
|
- "pages/car/index",
|
|
|
- "pages/carInsert/carInsert",
|
|
|
- "pages/mine/mine",
|
|
|
- "pages/mineCollect/mineCollect",
|
|
|
- "pages/mineInvite/invite",
|
|
|
- "pages/mineCoupon/coupon",
|
|
|
- "pages/mineAddress/mineAddress",
|
|
|
- "pages/editAddress/editAddress",
|
|
|
- "pages/selectAddress/selectAddress",
|
|
|
- "pages/mineHelp/index",
|
|
|
- "pages/search/search",
|
|
|
- "pages/orders/orders_index",
|
|
|
- "pages/confirmOrder/confirmOrder",
|
|
|
- "pages/kindList/kindList",
|
|
|
- "pages/searchList/searchList",
|
|
|
- "pages/addAddress/addAddress",
|
|
|
- "pages/problemList/problemList",
|
|
|
- "pages/feedback/feedback",
|
|
|
- "pages/allGiftList/allGiftList",
|
|
|
- "pages/articleInfor/articleInfor",
|
|
|
- "pages/brandList/brandList",
|
|
|
- "pages/brandInfor/brandInfor",
|
|
|
- "pages/kindSecondList/kindSecondList",
|
|
|
- "pages/buy/buy",
|
|
|
- "pages/buyOnly/buyOnly",
|
|
|
- "pages/buyMoonCake/buyMoonCake",
|
|
|
- "pages/confirmedList/confirmedList",
|
|
|
- "pages/orderList/orderList",
|
|
|
- "pages/mineInviteAward/mineInviteAward",
|
|
|
- "pages/newkindList/newkindList",
|
|
|
- "pages/recommendList/recommendList",
|
|
|
- "pages/problemInfor/problemInfor",
|
|
|
- "pages/invoiceInfor/invoiceInfor",
|
|
|
- "pages/mineAddress2/index2",
|
|
|
- "pages/problemListCont1/problemListCont1",
|
|
|
- "pages/problemListCont2/problemListCont2",
|
|
|
- "pages/problemListCont3/problemListCont3",
|
|
|
- "pages/problemListCont4/problemListCont4",
|
|
|
- "pages/problemListCont6/problemListCont6",
|
|
|
- "pages/wuliu/wuliu",
|
|
|
- "pages/share/share",
|
|
|
- "pages/shareGift/shareGift",
|
|
|
- "pages/shareState/shareState",
|
|
|
- "pages/awaitStateFromList/awaitStateFromList",
|
|
|
- "pages/giftList/giftList",
|
|
|
- "pages/sendOwnAddress/sendOwnAddress",
|
|
|
- "pages/editAddressSendOwn/editAddressSendOwn",
|
|
|
- "pages/addAddressSendOwn/addAddressSendOwn",
|
|
|
- "pages/webview/webview",
|
|
|
- "pages/serviceCont/serviceCont",
|
|
|
- "pages/jianshe/jianshe",
|
|
|
- "pages/addAddressFriend/addAddressFriend",
|
|
|
- "pages/patternMenu/patternMenu",
|
|
|
- "pages/patternList/patternList",
|
|
|
- "pages/aboutUs/aboutUs",
|
|
|
- "pages/girlsDayInfo/girlsDayInfo",
|
|
|
- "pages/goodsGift/goodsGift",
|
|
|
- "pages/mineGiftList/mineGiftList",
|
|
|
- "pages/indepCoupon/indepCoupon",
|
|
|
- "pages/indepCoupon2/indepCoupon2",
|
|
|
- "pages/indepCoupon3/indepCoupon3",
|
|
|
- "pages/sakuraDay/sakuraDay",
|
|
|
- "pages/girlsDay/girlsDay",
|
|
|
- "pages/confirmOrderOnly/confirmOrderOnly",
|
|
|
- "pages/authorize/authorize",
|
|
|
- "pages/eachGiftInfor/eachGiftInfor",
|
|
|
- "pages/midAutumnFestival/midAutumnFestival",
|
|
|
- "pages/customized/index/index"
|
|
|
- ],
|
|
|
- "window": {
|
|
|
- "backgroundTextStyle": "white",
|
|
|
- "navigationBarTextStyle": "white",
|
|
|
- "navigationBarTitleText": "大良造",
|
|
|
- "navigationBarBackgroundColor": "#252a2d",
|
|
|
- "backgroundColor": "#fff",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- },
|
|
|
- "tabBar": {
|
|
|
- "color": "#fff",
|
|
|
- "selectedColor": "#b4a078",
|
|
|
- "borderStyle": "white",
|
|
|
- "backgroundColor": "#1a1d1f",
|
|
|
- "list": [
|
|
|
- {
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "iconPath": "images/index_n.png",
|
|
|
- "selectedIconPath": "images/index_pre.png",
|
|
|
- "text": "首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/find/index",
|
|
|
- "iconPath": "images/find_n.png",
|
|
|
- "selectedIconPath": "images/find_pre.png",
|
|
|
- "text": "发现"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/kind/index",
|
|
|
- "iconPath": "images/kind_n.png",
|
|
|
- "selectedIconPath": "images/kind_pre.png",
|
|
|
- "text": "分类"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/car/index",
|
|
|
- "iconPath": "images/shopping_n.png",
|
|
|
- "selectedIconPath": "images/shopping_pre.png",
|
|
|
- "text": "购物车"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/mine/mine",
|
|
|
- "iconPath": "images/mine_n.png",
|
|
|
- "selectedIconPath": "images/mine_pre.png",
|
|
|
- "text": "个人"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "debug": true
|
|
|
+{
|
|
|
+ "pages": [
|
|
|
+ "pages/index/index",
|
|
|
+ "pages/midAutumn/midAutumn",
|
|
|
+ "pages/awaitState/awaitState",
|
|
|
+ "pages/partnerShare/partnerShare",
|
|
|
+ "pages/partnerBusinessEarnings/partnerBusinessEarnings",
|
|
|
+ "pages/partnerBusinessRecord/partnerBusinessRecord",
|
|
|
+ "pages/partnerMineEarnings/partnerMineEarnings",
|
|
|
+ "pages/partnerCommonRecord/partnerCommonRecord",
|
|
|
+ "pages/dragonBoatFestival/dragonBoatFestival",
|
|
|
+ "pages/bindingPhone/bindingPhone",
|
|
|
+ "pages/dragonBoatFestivalInfor/dragonBoatFestivalInfor",
|
|
|
+ "pages/childrensDay/childrensDay",
|
|
|
+ "pages/fatherDay/fatherDay",
|
|
|
+ "pages/changePattern/changePattern",
|
|
|
+ "pages/newYears/newYears",
|
|
|
+ "pages/goodsAllList/goodsAllList",
|
|
|
+ "pages/find/index",
|
|
|
+ "pages/kind/index",
|
|
|
+ "pages/car/index",
|
|
|
+ "pages/carInsert/carInsert",
|
|
|
+ "pages/mine/mine",
|
|
|
+ "pages/mineCollect/mineCollect",
|
|
|
+ "pages/mineInvite/invite",
|
|
|
+ "pages/mineCoupon/coupon",
|
|
|
+ "pages/mineAddress/mineAddress",
|
|
|
+ "pages/editAddress/editAddress",
|
|
|
+ "pages/selectAddress/selectAddress",
|
|
|
+ "pages/mineHelp/index",
|
|
|
+ "pages/search/search",
|
|
|
+ "pages/orders/orders_index",
|
|
|
+ "pages/confirmOrder/confirmOrder",
|
|
|
+ "pages/kindList/kindList",
|
|
|
+ "pages/searchList/searchList",
|
|
|
+ "pages/addAddress/addAddress",
|
|
|
+ "pages/problemList/problemList",
|
|
|
+ "pages/feedback/feedback",
|
|
|
+ "pages/allGiftList/allGiftList",
|
|
|
+ "pages/articleInfor/articleInfor",
|
|
|
+ "pages/brandList/brandList",
|
|
|
+ "pages/brandInfor/brandInfor",
|
|
|
+ "pages/kindSecondList/kindSecondList",
|
|
|
+ "pages/buy/buy",
|
|
|
+ "pages/buyOnly/buyOnly",
|
|
|
+ "pages/buyMoonCake/buyMoonCake",
|
|
|
+ "pages/confirmedList/confirmedList",
|
|
|
+ "pages/orderList/orderList",
|
|
|
+ "pages/mineInviteAward/mineInviteAward",
|
|
|
+ "pages/newkindList/newkindList",
|
|
|
+ "pages/recommendList/recommendList",
|
|
|
+ "pages/problemInfor/problemInfor",
|
|
|
+ "pages/invoiceInfor/invoiceInfor",
|
|
|
+ "pages/mineAddress2/index2",
|
|
|
+ "pages/problemListCont1/problemListCont1",
|
|
|
+ "pages/problemListCont2/problemListCont2",
|
|
|
+ "pages/problemListCont3/problemListCont3",
|
|
|
+ "pages/problemListCont4/problemListCont4",
|
|
|
+ "pages/problemListCont6/problemListCont6",
|
|
|
+ "pages/wuliu/wuliu",
|
|
|
+ "pages/share/share",
|
|
|
+ "pages/shareGift/shareGift",
|
|
|
+ "pages/shareState/shareState",
|
|
|
+ "pages/awaitStateFromList/awaitStateFromList",
|
|
|
+ "pages/giftList/giftList",
|
|
|
+ "pages/sendOwnAddress/sendOwnAddress",
|
|
|
+ "pages/editAddressSendOwn/editAddressSendOwn",
|
|
|
+ "pages/addAddressSendOwn/addAddressSendOwn",
|
|
|
+ "pages/webview/webview",
|
|
|
+ "pages/serviceCont/serviceCont",
|
|
|
+ "pages/jianshe/jianshe",
|
|
|
+ "pages/addAddressFriend/addAddressFriend",
|
|
|
+ "pages/patternMenu/patternMenu",
|
|
|
+ "pages/patternList/patternList",
|
|
|
+ "pages/aboutUs/aboutUs",
|
|
|
+ "pages/girlsDayInfo/girlsDayInfo",
|
|
|
+ "pages/goodsGift/goodsGift",
|
|
|
+ "pages/mineGiftList/mineGiftList",
|
|
|
+ "pages/indepCoupon/indepCoupon",
|
|
|
+ "pages/indepCoupon2/indepCoupon2",
|
|
|
+ "pages/indepCoupon3/indepCoupon3",
|
|
|
+ "pages/sakuraDay/sakuraDay",
|
|
|
+ "pages/girlsDay/girlsDay",
|
|
|
+ "pages/confirmOrderOnly/confirmOrderOnly",
|
|
|
+ "pages/authorize/authorize",
|
|
|
+ "pages/eachGiftInfor/eachGiftInfor",
|
|
|
+ "pages/midAutumnFestival/midAutumnFestival",
|
|
|
+ "pages/customized/index/index",
|
|
|
+ "pages/customized/made/made"
|
|
|
+ ],
|
|
|
+ "window": {
|
|
|
+ "backgroundTextStyle": "white",
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "navigationBarTitleText": "大良造",
|
|
|
+ "navigationBarBackgroundColor": "#252a2d",
|
|
|
+ "backgroundColor": "#fff",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#fff",
|
|
|
+ "selectedColor": "#b4a078",
|
|
|
+ "borderStyle": "white",
|
|
|
+ "backgroundColor": "#1a1d1f",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "iconPath": "images/index_n.png",
|
|
|
+ "selectedIconPath": "images/index_pre.png",
|
|
|
+ "text": "首页"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/find/index",
|
|
|
+ "iconPath": "images/find_n.png",
|
|
|
+ "selectedIconPath": "images/find_pre.png",
|
|
|
+ "text": "发现"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/kind/index",
|
|
|
+ "iconPath": "images/kind_n.png",
|
|
|
+ "selectedIconPath": "images/kind_pre.png",
|
|
|
+ "text": "分类"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/car/index",
|
|
|
+ "iconPath": "images/shopping_n.png",
|
|
|
+ "selectedIconPath": "images/shopping_pre.png",
|
|
|
+ "text": "购物车"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/mine/mine",
|
|
|
+ "iconPath": "images/mine_n.png",
|
|
|
+ "selectedIconPath": "images/mine_pre.png",
|
|
|
+ "text": "个人"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "debug": true
|
|
|
}
|