- 代码编写怎么没自动补全了
如题
2017-08-31 - tabBar.list[0].iconPath 文件不存在 怎么解决
{ "pages":[ "pages/index/index", "pages/logs/logs" ], "window":{ "backgroundTextStyle":"light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "上海翼推", "navigationBarTextStyle": "black", "backgroundColor": "#eeeeee", "enablePullDownRefresh": false }, "tabBar":{ "list":[{ "pagePath": "pages/index/index", "text":"首页", "iconPath":"utils/image/shou.png", "selectsdIconPath":"utils/image/shou1.png" },{ "pagePath":"pages/logs/logs", "text":"日志", "iconPath": "utils/image/rizhi.png", "selectsdIconPath": "utils/image/rizhi1.png" }] }, "networkTimeout":{ "request":100000, "downloadFile":10000 }, "debug":true }
2017-08-10