Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-lottery
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
87246a41
authored
Mar 15, 2024
by
Lays-lzq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 内嵌信息检测问题
parent
9d369254
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
pages/mini/index/index.vue
+3
-1
No files found.
pages/mini/index/index.vue
View file @
87246a41
...
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment