abstract:作业总结:和前面企业小程序的内容区别不大,熟练一下编写{ "pages":[ "pages/shop/list", "pages/shop/order", "pages/my/index", "pages/my/order", "pages/index/index", "
作业总结:和前面企业小程序的内容区别不大,熟练一下编写
{ "pages":[ "pages/shop/list", "pages/shop/order", "pages/my/index", "pages/my/order", "pages/index/index", "pages/goods/index", "pages/goods/list", "pages/goods/details", "pages/my/order_details" ], "window":{ "backgroundTextStyle":"light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "微商城", "navigationBarTextStyle":"black" }, "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" } }
Correcting teacher:天蓬老师Correction time:2018-12-18 18:06:44
Teacher's summary:小程序的配置, 是有套路的, 一切按规范来操作, 学会系统的思考方式