File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ export default {
61
61
this .getArticle (this .$route .params .id )
62
62
this .initPage ()
63
63
},
64
- beforeRouteUpdate (to , from , next ) { // 从foo/1跳到foo/2组件会复用,不会再执行created钩子函数,可以在这里执行
64
+ beforeRouteUpdate (to , from , next ) {
65
+ // 从foo/1跳到foo/2组件会复用,不会再执行created钩子函数,可以在这里执行
65
66
this .getArticle (to .params .id )
66
67
if (to .params .index === 0 ) {
67
68
this .prePage = - 1
Original file line number Diff line number Diff line change @@ -67,11 +67,13 @@ export default {
67
67
68
68
<style lang="scss" rel="stylesheet/scss" scoped>
69
69
#list {
70
+ color : #F0F0F0 ;
70
71
left : 0.3125rem ;
71
72
top : 2.5rem ;
72
73
text-align : left ;
73
74
position : absolute ;
74
75
max-width : 13.75rem ;
76
+
75
77
i .icon-mulu {
76
78
position : absolute ;
77
79
left : 1.25rem ;
You can’t perform that action at this time.
0 commit comments