小程序微商城的配置

原创 2018-12-13 23:29:24 173
摘要:{  "pages":[    "pages/index/index",    "pages/goods/index",    "pages/goods/list",    "pages/goods/details&qu

{

  "pages":[

    "pages/index/index",

    "pages/goods/index",

    "pages/goods/list",

    "pages/goods/details",

    "pages/shop/list",

    "pages/shop/order",

    "pages/my/index",

    "pages/my/order",

    "pages/my/order_details"

  ],

  "window":{

    "backgroundTextStyle": "light",

    "navigationBarBackgroundColor": "#708090",

    "navigationBarTitleText": "微商城",

    "navigationBarTextStyle": "white",

    "backgroundColor": "#fff"

  },

  "tabBar":{

    "list" : [

      {

        "pagePath" : "pages/index/index",

        "text" : "首页",

        "iconPath" : "img/index.png",

        "selectedIconPath": "img/indexs.png"

      },

      {

        "pagePath": "pages/goods/index",

        "text": "商品",

        "iconPath": "img/goods.png",

        "selectedIconPath": "img/goodss.png"

      },

      {

        "pagePath": "pages/shop/list",

        "text": "购物车",

        "iconPath": "img/shop.png",

        "selectedIconPath": "img/shops.png"

      },

      {

        "pagePath": "pages/my/index",

        "text": "我的",

        "iconPath": "img/my.png",

        "selectedIconPath": "img/mys.png"

      }

    ],

    "color" : "#000",

    "selectedColor" : "#bbb"

  }

}


批改老师:韦小宝批改时间:2018-12-14 09:25:07
老师总结:写的很不错!项目配置中没有什么难度!继续加油吧!

发布手记

热门词条