const getters = { sidebar: state => state.app.sidebar, isWxAuthorize: state => state.app.isWxAuthorize, hasLogin: state => state.app.hasLogin, userInfo: state => state.app.userInfo, wechatUserInfo: state => state.app.wechatUserInfo, cartNumber: state => state.app.cartNumber, isIphoneX: state => state.app.isIphoneX, isActivity: state => state.app.isActivity, isLoginType: state => state.app.isLoginType, isLoginProductId: state => state.app.isLoginProductId, windowHeight: state => state.app.windowHeight, } export default getters