|
@@ -34,7 +34,7 @@ export class TabsComponent implements OnInit {
|
|
|
},
|
|
|
{
|
|
|
src: '/img/消息.png',
|
|
|
- active: '/img/消息.png',
|
|
|
+ active: '/img/消息_active.png',
|
|
|
url: 'tabs/notice',
|
|
|
name: '消息',
|
|
|
},
|
|
@@ -46,7 +46,7 @@ export class TabsComponent implements OnInit {
|
|
|
},
|
|
|
{
|
|
|
src: '/img/排名.png',
|
|
|
- active: '/img/排名.png',
|
|
|
+ active: '/img/排名_active.png',
|
|
|
url: 'tabs/ranking',
|
|
|
name: '排名',
|
|
|
},
|