|
@@ -12,11 +12,11 @@ var vm = new Vue({
|
|
|
shuntData: {},
|
|
|
shunted: true,
|
|
|
imgSrcs: [
|
|
|
- { type: '0', title: '全部', url: '/images/pc/quanbu@2x.png' }, { type: '1', title: '活动优惠', url: '/images/pc/huodong@2x.png' },
|
|
|
+ { type: '0', title: '全部', url: '/images/pc/quanbu@2x.png' }, { type: '1', title: '活动通知', url: '/images/pc/huodong@2x.png' },
|
|
|
{ type: '2', title: '服务通知', url: '/images/pc/fuwu@2x.png' }, { type: '3', title: '订阅消息', url: '/images/pc/dingyue@2x.png' },
|
|
|
{ type: '4', title: '项目动态', url: '/images/pc/xiangmu@2x.png' }, { type: '5', title: '企业动态', url: '/images/pc/qiye@2x.png' },
|
|
|
{ type: '6', title: '分析报告', url: '/images/pc/fenxi@2x.png' }, { type: '7', title: '系统通知', url: '/images/pc/xitong@2x.png' },
|
|
|
- { type: '8', title: '私信', url: '/images/pc/sixin@2x.png' }
|
|
|
+ { type: '8', title: '私信', url: '/images/pc/sixin@2x.png' }, { type: '9', title: '剑鱼学堂', url: '/images/pc/xuetang@2x.png' }
|
|
|
],
|
|
|
tabsList: {
|
|
|
lasts: [],
|
|
@@ -163,6 +163,13 @@ var vm = new Vue({
|
|
|
window.__canNextReadMessageStatus = false
|
|
|
}
|
|
|
}
|
|
|
+ },
|
|
|
+ // 清楚未读
|
|
|
+ cleanNoRead() {
|
|
|
+ console.dir('清除未读')
|
|
|
+ },
|
|
|
+ jumpPushPage () {
|
|
|
+ location.href = '/big/push_setting'
|
|
|
}
|
|
|
}
|
|
|
})
|