Commit 87246a41 by Lays-lzq

feat: 内嵌信息检测问题

parent 9d369254
...@@ -54,7 +54,8 @@ export default { ...@@ -54,7 +54,8 @@ export default {
...mapActions({ ...mapActions({
getLotteryDetail: 'lottery/getLotteryDetail', getLotteryDetail: 'lottery/getLotteryDetail',
updateInfo: 'lottery/updateInfo', updateInfo: 'lottery/updateInfo',
postInfo: 'users/postInfo' postInfo: 'users/postInfo',
checkPremise: 'lottery/check_premise'
}), }),
connectionInit() { connectionInit() {
if (process.client) { if (process.client) {
...@@ -99,6 +100,7 @@ export default { ...@@ -99,6 +100,7 @@ export default {
}) })
// 初始化事件中心 // 初始化事件中心
this.eventHubInit() this.eventHubInit()
this.checkPremise({ id, uin })
}, },
// 事件中心 // 事件中心
eventHubInit() { 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