微商城基础配置

Original 2019-02-23 20:30:56 305
abstract:{"pages":["pages/index/index","pages/goods/index","pages/goods/list","pages/goods/details","pages/shop/order","pages/my/index",&qu

{

"pages":[

"pages/index/index",

"pages/goods/index",

"pages/goods/list",

"pages/goods/details",

"pages/shop/order",

"pages/my/index",

"pages/my/order",

"pages/my/details"

],

"window":{

"backgroundTextStyle":"light",

"navigationBarBackgroundColor":"#1e9fff",

"navigationBarTitleText": "微信商城",

"navigationBarTextStyle":"white"

},

"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"

}



]

}


}



Correcting teacher:西门大官人Correction time:2019-02-24 09:22:12
Teacher's summary:写项目配置作业的时候,在每个节点处最好加一下节点配置的作用。

Release Notes

Popular Entries