配置文件及底部按键

Original 2019-02-15 10:06:50 224
abstract:{"pages":["pages/index/index","pages/shop/list","pages/news/list","pages/about/list"],"window":{"backgroundTextStyle":"light&

{

"pages":[

"pages/index/index",

"pages/shop/list",

"pages/news/list",

"pages/about/list"

],

"window":{

"backgroundTextStyle":"light",

"navigationBarBackgroundColor": "#AAA",

"navigationBarTitleText": "科锐软件公司",

"navigationBarTextStyle":"black"

},

"tabBar":{

"list":[

{

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

"text":"首页",

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

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

},

{

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

"text": "产品" ,

"selectIconPath": "/img/shop1.png",

"iconPath": "/img/shop1.png"

},

{

"pagePath": "pages/news/list",

"text": "新闻",

"selectIconPath": "/img/news.png",

"iconPath":"/img/news.png"

},

{

"pagePath": "pages/about/list",

"text": "关于",

"selectIconPath": "/img/about.png",

"iconPath":"/img/about.png"

}


],

"color": "#ADD8E6",

"selectColor":"#0000FF"

}

}



Correcting teacher:韦小宝Correction time:2019-02-15 10:12:17
Teacher's summary:小程序对于代码的编写还是很严格的 缺少个逗号都不行 不会报错的提示也很清晰

Release Notes

Popular Entries