zoukankan      html  css  js  c++  java
  • 小程序 app.json

    {
    "pages":[
    "pages/index/index",
    "pages/logs/logs"
    ],
    "window":{
    "backgroundTextStyle":"light",
    "navigationBarBackgroundColor": "#fff",
    "navigationBarTitleText": "WeChat",
    "navigationBarTextStyle":"black",
    "enablePullDownRefresh": "true"
    },
    "tabBar":{
    "color":"#ddd",
    "selectedColor": "red",
    "backgroundColor": "#f2f2f2",
    "borderStyle": "white",
    "list":[{
    "pagePath":"pages/index/index",
    "text":"首页",
    "iconPath":"imges/home.png",
    "selectedIconPath": "images/home-fill.png"
    },{
    "pagePath": "pages/logs/logs",
    "text": "商品",
    "iconPath": "images/sale.png",
    "selectedIconPath": "images/sale-fill.png"
    }]
    }
    }

  • 相关阅读:
    第五次作业
    第四次作业
    第三次作业
    第二次作业
    第5次作业
    4
    第三次
    2
    11
    第五次作业
  • 原文地址:https://www.cnblogs.com/weiwentaweb/p/7039506.html
Copyright © 2011-2022 走看看