|  | @@ -30,9 +30,9 @@ export default {
 | 
											
												
													
														|  |    data() {
 |  |    data() {
 | 
											
												
													
														|  |      return {
 |  |      return {
 | 
											
												
													
														|  |        morePaths: {
 |  |        morePaths: {
 | 
											
												
													
														|  | -        '家长学校': {name: 'NewsParentSchool'},
 |  | 
 | 
											
												
													
														|  | 
 |  | +        '中考分数线': {name: 'NewsParentSchool'},
 | 
											
												
													
														|  |          '中考学生辅导': {name: 'NewsMiddleAssistant'},
 |  |          '中考学生辅导': {name: 'NewsMiddleAssistant'},
 | 
											
												
													
														|  | -        '心灵课堂': {name: 'NewsHeartClass'}
 |  | 
 | 
											
												
													
														|  | 
 |  | +        '中考政策': {name: 'NewsHeartClass'}
 | 
											
												
													
														|  |        },
 |  |        },
 | 
											
												
													
														|  |        newsTypes: [],
 |  |        newsTypes: [],
 | 
											
												
													
														|  |        activeName: '',
 |  |        activeName: '',
 | 
											
										
											
												
													
														|  | @@ -49,7 +49,7 @@ export default {
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    methods: {
 |  |    methods: {
 | 
											
												
													
														|  |      getTypes() {
 |  |      getTypes() {
 | 
											
												
													
														|  | -      this.newsTypes = ['中考学生辅导', '家长学校', '心灵课堂']
 |  | 
 | 
											
												
													
														|  | 
 |  | +      this.newsTypes = ['中考学生辅导', '中考分数线', '中考政策']
 | 
											
												
													
														|  |        this.activeName = this.newsTypes.first()
 |  |        this.activeName = this.newsTypes.first()
 | 
											
												
													
														|  |        this.getList(this.activeName)
 |  |        this.getList(this.activeName)
 | 
											
												
													
														|  |      },
 |  |      },
 |