Commit 87246a41 by Lays-lzq

feat: 内嵌信息检测问题

parent 9d369254
......@@ -54,7 +54,8 @@ export default {
...mapActions({
getLotteryDetail: 'lottery/getLotteryDetail',
updateInfo: 'lottery/updateInfo',
postInfo: 'users/postInfo'
postInfo: 'users/postInfo',
checkPremise: 'lottery/check_premise'
}),
connectionInit() {
if (process.client) {
......@@ -99,6 +100,7 @@ export default {
})
// 初始化事件中心
this.eventHubInit()
this.checkPremise({ id, uin })
},
// 事件中心
eventHubInit() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment