| 
						 | 
						- <script>
 - 	export default {
 - 		onLaunch: function() {
 - 			// this.$store.commit('getUserInfo')
 - 		},
 - 		onShow: function() {
 - 			// this.$store.commit('initConfig')
 - 			this.$store.commit('getTeam')
 - 		},
 - 		onHide: function() {
 - 		}
 - 	}
 - </script>
 - 
 - <style>
 - 	@import url("common.scss");
 - 	/*每个页面公共css */
 - 	body{
 - 		background-color: #f7f7f7;
 - 		font-size: 30rpx;
 - 	}
 - 	.page{
 - 		padding-top: var(--window-top);
 - 	}
 - </style>
 
 
  |