App({ onLaunch: function() { }, onShow: function() {}, onHide: function() {}, onError: function(e) {}, util: require("we7/resource/js/util.js"), tabBar: { color: "#123", selectedColor: "#1ba9ba", borderStyle: "#1ba9ba", backgroundColor: "#fff", list: [ { pagePath: "/we7/pages/index/index", iconPath: "/we7/resource/icon/home.png", selectedIconPath: "/we7/resource/icon/homeselect.png", text: "首页" }, { pagePath: "/we7/pages/user/index/index", iconPath: "/we7/resource/icon/user.png", selectedIconPath: "/we7/resource/icon/userselect.png", text: "微擎我的" } ] }, globalData: { userInfo: null }, siteInfo: require("siteinfo.js") });