|
@@ -80,7 +80,6 @@ const store = new Vuex.Store({
|
|
})
|
|
})
|
|
},
|
|
},
|
|
async updateNoticeNum(state) { // 更新通知消息数量
|
|
async updateNoticeNum(state) { // 更新通知消息数量
|
|
- console.log('全部更新通知消息数量')
|
|
|
|
const getUserService = new UserService(ajaxService)
|
|
const getUserService = new UserService(ajaxService)
|
|
const userInfo = await caimeiApi.getStorage()
|
|
const userInfo = await caimeiApi.getStorage()
|
|
const commonId = userInfo.clubId ? userInfo.clubId : 0
|
|
const commonId = userInfo.clubId ? userInfo.clubId : 0
|