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
4aea31a5
authored
Aug 03, 2022
by
Lays-lzq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复抽奖状态改变时次数异常的情况
parent
12bae567
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
pages/mini/index/index.vue
+5
-5
No files found.
pages/mini/index/index.vue
View file @
4aea31a5
...
...
@@ -127,11 +127,11 @@ export default {
endTime
})
// 剩余抽奖次数
if
(
this
.
isLogin
)
{
this
.
updateInfo
({
userTimes
})
}
//
if (this.isLogin) {
//
this.updateInfo({
//
userTimes
//
})
//
}
}
})
// 转跳至登录页
...
...
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