视频提醒
This commit is contained in:
parent
67bd9d5319
commit
2f8994ba58
@ -317,7 +317,7 @@ export default {
|
|||||||
},
|
},
|
||||||
receivePush(message) {
|
receivePush(message) {
|
||||||
console.log(message, '---接收订阅消息')
|
console.log(message, '---接收订阅消息')
|
||||||
// this.$store.commit('setVideoReminder', JSON.stringify(message))
|
this.$store.commit('setVideoReminder', message.body)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -418,6 +418,7 @@ export default {
|
|||||||
handler: function (val) {
|
handler: function (val) {
|
||||||
if (val){
|
if (val){
|
||||||
console.log(val, '---视频提前5分钟提醒')
|
console.log(val, '---视频提前5分钟提醒')
|
||||||
|
this.videoReminderData = JSON.parse(val)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user